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: #fcfaf8;
}
.color-2 {
color: #f4f2ec;
}
.color-3 {
color: #deded9;
}
.color-4 {
color: #d3c9b6;
}
.color-5 {
color: #90b8da;
}

/* CSS Variables */
:root {
--color-1: #fcfaf8;
--color-2: #f4f2ec;
--color-3: #deded9;
--color-4: #d3c9b6;
--color-5: #90b8da;
}

Whispers of Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcfaf8, #f4f2ec, #deded9, #d3c9b6, #90b8da);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcfaf8, #f4f2ec, #deded9, #d3c9b6, #90b8da);
}

Similar color palettes

Scroll down to explore 3 Soft pastels color palettes

Whispers of Serenity color palette created on .