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: #fbfefe;
}
.color-2 {
color: #eff4d7;
}
.color-3 {
color: #ecf1d5;
}
.color-4 {
color: #c8d2df;
}
.color-5 {
color: #bfc0bf;
}

/* CSS Variables */
:root {
--color-1: #fbfefe;
--color-2: #eff4d7;
--color-3: #ecf1d5;
--color-4: #c8d2df;
--color-5: #bfc0bf;
}

Whispers of Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbfefe, #eff4d7, #ecf1d5, #c8d2df, #bfc0bf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbfefe, #eff4d7, #ecf1d5, #c8d2df, #bfc0bf);
}

Similar color palettes

Scroll down to explore 2 Light blue color palettes

Whispers of Serenity color palette created on .