Colors

Learn more about how you can change the color scheme for Neumorphism UI

Color scheme

We have already carefully selected the optimal color scheme for Neumorphism UI, but your business may need another color palette. Here’s how you can change the colors using Sass.

Go to the scss/neumorphism/_variables.scss file and search for the following variables:

$primary: #e6e7ee;
$secondary: #2D4CC8;
$tertiary: #e6e7ee;

Change the hex color for each variable to the color palette that you desire.