Whispers of Bloom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Bloom palette

Share this palette to:

Whispers of Bloom color palette CSS

/* CSS */
.color-1 {
color: #e2a7a2;
}
.color-2 {
color: #d78e8e;
}
.color-3 {
color: #e5c0b8;
}
.color-4 {
color: #f0e5a8;
}
.color-5 {
color: #dab9c5;
}

/* CSS Variables */
:root {
--color-1: #e2a7a2;
--color-2: #d78e8e;
--color-3: #e5c0b8;
--color-4: #f0e5a8;
--color-5: #dab9c5;
}

Whispers of Bloom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2a7a2, #d78e8e, #e5c0b8, #f0e5a8, #dab9c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2a7a2, #d78e8e, #e5c0b8, #f0e5a8, #dab9c5);
}

Whispers of Bloom color palette created on .