Whispers of Sunlit Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Sunlit Serenity palette

Share this palette to:

Whispers of Sunlit Serenity color palette CSS

/* CSS */
.color-1 {
color: #fcfdfc;
}
.color-2 {
color: #ece1d0;
}
.color-3 {
color: #cbc7b9;
}
.color-4 {
color: #dfc543;
}
.color-5 {
color: #b19192;
}

/* CSS Variables */
:root {
--color-1: #fcfdfc;
--color-2: #ece1d0;
--color-3: #cbc7b9;
--color-4: #dfc543;
--color-5: #b19192;
}

Whispers of Sunlit Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcfdfc, #ece1d0, #cbc7b9, #dfc543, #b19192);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcfdfc, #ece1d0, #cbc7b9, #dfc543, #b19192);
}

Similar color palettes

Whispers of Sunlit Serenity color palette created on .