Whispers of Serene Blooms Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Serene Blooms palette

Share this palette to:

Whispers of Serene Blooms color palette CSS

/* CSS */
.color-1 {
color: #fdfdfc;
}
.color-2 {
color: #f7fcfd;
}
.color-3 {
color: #f1fafe;
}
.color-4 {
color: #cbe6fb;
}
.color-5 {
color: #f7d4d7;
}

/* CSS Variables */
:root {
--color-1: #fdfdfc;
--color-2: #f7fcfd;
--color-3: #f1fafe;
--color-4: #cbe6fb;
--color-5: #f7d4d7;
}

Whispers of Serene Blooms background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdfdfc, #f7fcfd, #f1fafe, #cbe6fb, #f7d4d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdfdfc, #f7fcfd, #f1fafe, #cbe6fb, #f7d4d7);
}

Whispers of Serene Blooms color palette created on .