Whispers of Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Serenity palette

Share this palette to:

Whispers of Serenity color palette CSS

/* CSS */
.color-1 {
color: #fefdf1;
}
.color-2 {
color: #dfe6ec;
}
.color-3 {
color: #fed7dd;
}
.color-4 {
color: #b4dffe;
}
.color-5 {
color: #c6c0de;
}

/* CSS Variables */
:root {
--color-1: #fefdf1;
--color-2: #dfe6ec;
--color-3: #fed7dd;
--color-4: #b4dffe;
--color-5: #c6c0de;
}

Whispers of Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fefdf1, #dfe6ec, #fed7dd, #b4dffe, #c6c0de);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fefdf1, #dfe6ec, #fed7dd, #b4dffe, #c6c0de);
}

Similar color palettes

Whispers of Serenity color palette created on .