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: #fcf8fc;
}
.color-2 {
color: #fbebdf;
}
.color-3 {
color: #d8eef8;
}
.color-4 {
color: #fac7e3;
}
.color-5 {
color: #99bef5;
}

/* CSS Variables */
:root {
--color-1: #fcf8fc;
--color-2: #fbebdf;
--color-3: #d8eef8;
--color-4: #fac7e3;
--color-5: #99bef5;
}

Whispers of Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcf8fc, #fbebdf, #d8eef8, #fac7e3, #99bef5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcf8fc, #fbebdf, #d8eef8, #fac7e3, #99bef5);
}

Whispers of Serenity color palette created on .