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: #fdf3e8;
}
.color-2 {
color: #d6dce6;
}
.color-3 {
color: #e1d1c1;
}
.color-4 {
color: #f0bc8f;
}
.color-5 {
color: #afb4cb;
}

/* CSS Variables */
:root {
--color-1: #fdf3e8;
--color-2: #d6dce6;
--color-3: #e1d1c1;
--color-4: #f0bc8f;
--color-5: #afb4cb;
}

Whispers of Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdf3e8, #d6dce6, #e1d1c1, #f0bc8f, #afb4cb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdf3e8, #d6dce6, #e1d1c1, #f0bc8f, #afb4cb);
}

Similar color palettes

Scroll down to explore 1 Soft pastel color palette

Whispers of Serenity color palette created on .