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: #fcfcfc;
}
.color-2 {
color: #ecebef;
}
.color-3 {
color: #dcd3d0;
}
.color-4 {
color: #becfe0;
}
.color-5 {
color: #c7b5a9;
}

/* CSS Variables */
:root {
--color-1: #fcfcfc;
--color-2: #ecebef;
--color-3: #dcd3d0;
--color-4: #becfe0;
--color-5: #c7b5a9;
}

Whispers of Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcfcfc, #ecebef, #dcd3d0, #becfe0, #c7b5a9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcfcfc, #ecebef, #dcd3d0, #becfe0, #c7b5a9);
}

Whispers of Serenity color palette created on .