Serenity of Kenji Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serenity of Kenji palette
Serenity of Kenji color palette CSS
/* CSS */
.color-1 {
color: #f7b2a1;
}
.color-2 {
color: #f8e3b9;
}
.color-3 {
color: #b7d9e1;
}
.color-4 {
color: #64a2b4;
}
.color-5 {
color: #3c5a8b;
}
/* CSS Variables */
:root {
--color-1: #f7b2a1;
--color-2: #f8e3b9;
--color-3: #b7d9e1;
--color-4: #64a2b4;
--color-5: #3c5a8b;
}
Serenity of Kenji background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b2a1, #f8e3b9, #b7d9e1, #64a2b4, #3c5a8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b2a1, #f8e3b9, #b7d9e1, #64a2b4, #3c5a8b);
}
Similar color palettes
Serenity of Kenji color palette created on .