Whispers of Rosy Bloom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Rosy Bloom palette

Share this palette to:

Whispers of Rosy Bloom color palette CSS

/* CSS */
.color-1 {
color: #f2e6d4;
}
.color-2 {
color: #f8c8a0;
}
.color-3 {
color: #eab8d1;
}
.color-4 {
color: #d6a7e7;
}
.color-5 {
color: #a3b9e0;
}

/* CSS Variables */
:root {
--color-1: #f2e6d4;
--color-2: #f8c8a0;
--color-3: #eab8d1;
--color-4: #d6a7e7;
--color-5: #a3b9e0;
}

Whispers of Rosy Bloom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e6d4, #f8c8a0, #eab8d1, #d6a7e7, #a3b9e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e6d4, #f8c8a0, #eab8d1, #d6a7e7, #a3b9e0);
}

Whispers of Rosy Bloom color palette created on .