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: #f7c5d5;
}
.color-2 {
color: #f1a7b4;
}
.color-3 {
color: #f08a9b;
}
.color-4 {
color: #f06a83;
}
.color-5 {
color: #e94e65;
}

/* CSS Variables */
:root {
--color-1: #f7c5d5;
--color-2: #f1a7b4;
--color-3: #f08a9b;
--color-4: #f06a83;
--color-5: #e94e65;
}

Whispers of Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5d5, #f1a7b4, #f08a9b, #f06a83, #e94e65);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5d5, #f1a7b4, #f08a9b, #f06a83, #e94e65);
}

Whispers of Blossom color palette created on .