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: #eae6e7;
}
.color-3 {
color: #d6c2c4;
}
.color-4 {
color: #a9bc15;
}
.color-5 {
color: #ab9a87;
}

/* CSS Variables */
:root {
--color-1: #fcfcfc;
--color-2: #eae6e7;
--color-3: #d6c2c4;
--color-4: #a9bc15;
--color-5: #ab9a87;
}

Whispers of Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcfcfc, #eae6e7, #d6c2c4, #a9bc15, #ab9a87);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcfcfc, #eae6e7, #d6c2c4, #a9bc15, #ab9a87);
}

Whispers of Serenity color palette created on .