Mori Kei Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mori Kei palette
Mori Kei color palette PNG image
Mori Kei color palette CSS
/* CSS */
.color-1 {
color: #c1d2c3;
}
.color-2 {
color: #a4b5a1;
}
.color-3 {
color: #8a9a84;
}
.color-4 {
color: #6f7b78;
}
.color-5 {
color: #4e5c5f;
}
/* CSS Variables */
:root {
--color-1: #c1d2c3;
--color-2: #a4b5a1;
--color-3: #8a9a84;
--color-4: #6f7b78;
--color-5: #4e5c5f;
}
Mori Kei background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c1d2c3, #a4b5a1, #8a9a84, #6f7b78, #4e5c5f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c1d2c3, #a4b5a1, #8a9a84, #6f7b78, #4e5c5f);
}
Similar color palettes
Mori Kei color palette created on .