Whispers of Blossom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Blossom palette

Share this palette to:

Whispers of Blossom color palette CSS

/* CSS */
.color-1 {
color: #f1a7b8;
}
.color-2 {
color: #e07b9d;
}
.color-3 {
color: #d65c8d;
}
.color-4 {
color: #b54f80;
}
.color-5 {
color: #9b4b78;
}

/* CSS Variables */
:root {
--color-1: #f1a7b8;
--color-2: #e07b9d;
--color-3: #d65c8d;
--color-4: #b54f80;
--color-5: #9b4b78;
}

Whispers of Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7b8, #e07b9d, #d65c8d, #b54f80, #9b4b78);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7b8, #e07b9d, #d65c8d, #b54f80, #9b4b78);
}

Whispers of Blossom color palette created on .