Whispers of Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Serenity palette
Whispers of Serenity color palette CSS
/* CSS */
.color-1 {
color: #eff2e3;
}
.color-2 {
color: #eee6b4;
}
.color-3 {
color: #d6dadc;
}
.color-4 {
color: #c0e2f1;
}
.color-5 {
color: #bdc9e5;
}
/* CSS Variables */
:root {
--color-1: #eff2e3;
--color-2: #eee6b4;
--color-3: #d6dadc;
--color-4: #c0e2f1;
--color-5: #bdc9e5;
}
Whispers of Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eff2e3, #eee6b4, #d6dadc, #c0e2f1, #bdc9e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eff2e3, #eee6b4, #d6dadc, #c0e2f1, #bdc9e5);
}
Similar color palettes
Whispers of Serenity color palette created on .