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: #fdfcfc;
}
.color-2 {
color: #fceefa;
}
.color-3 {
color: #f6eeee;
}
.color-4 {
color: #b7e3f0;
}
.color-5 {
color: #e5cddd;
}

/* CSS Variables */
:root {
--color-1: #fdfcfc;
--color-2: #fceefa;
--color-3: #f6eeee;
--color-4: #b7e3f0;
--color-5: #e5cddd;
}

Whispers of Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdfcfc, #fceefa, #f6eeee, #b7e3f0, #e5cddd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdfcfc, #fceefa, #f6eeee, #b7e3f0, #e5cddd);
}

Whispers of Serenity color palette created on .