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: #f0c6c8;
}
.color-2 {
color: #bde7eb;
}
.color-3 {
color: #edb1d2;
}
.color-4 {
color: #a7d4e2;
}
.color-5 {
color: #e490d1;
}

/* CSS Variables */
:root {
--color-1: #f0c6c8;
--color-2: #bde7eb;
--color-3: #edb1d2;
--color-4: #a7d4e2;
--color-5: #e490d1;
}

Whispers of Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0c6c8, #bde7eb, #edb1d2, #a7d4e2, #e490d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0c6c8, #bde7eb, #edb1d2, #a7d4e2, #e490d1);
}

Similar color palettes

Whispers of Serenity color palette created on .