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: #f8fcfc;
}
.color-2 {
color: #deccba;
}
.color-3 {
color: #a0a9e4;
}
.color-4 {
color: #918192;
}
.color-5 {
color: #7579e6;
}

/* CSS Variables */
:root {
--color-1: #f8fcfc;
--color-2: #deccba;
--color-3: #a0a9e4;
--color-4: #918192;
--color-5: #7579e6;
}

Whispers of Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8fcfc, #deccba, #a0a9e4, #918192, #7579e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8fcfc, #deccba, #a0a9e4, #918192, #7579e6);
}

Similar color palettes

Scroll down to explore 1 Light blue color palette

Whispers of Serenity color palette created on .