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: #ffffff;
}
.color-2 {
color: #f4f3f1;
}
.color-3 {
color: #a5eeab;
}
.color-4 {
color: #d2d1c6;
}
.color-5 {
color: #c98fcc;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f4f3f1;
--color-3: #a5eeab;
--color-4: #d2d1c6;
--color-5: #c98fcc;
}

Whispers of Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f4f3f1, #a5eeab, #d2d1c6, #c98fcc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f4f3f1, #a5eeab, #d2d1c6, #c98fcc);
}

Similar color palettes

Whispers of Serenity color palette created on .