Blossom Whisper Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blossom Whisper palette

Share this palette to:

Blossom Whisper color palette CSS

/* CSS */
.color-1 {
color: #f7b5a1;
}
.color-2 {
color: #f39c9b;
}
.color-3 {
color: #f69c92;
}
.color-4 {
color: #f57a7a;
}
.color-5 {
color: #d86470;
}

/* CSS Variables */
:root {
--color-1: #f7b5a1;
--color-2: #f39c9b;
--color-3: #f69c92;
--color-4: #f57a7a;
--color-5: #d86470;
}

Blossom Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b5a1, #f39c9b, #f69c92, #f57a7a, #d86470);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b5a1, #f39c9b, #f69c92, #f57a7a, #d86470);
}

Blossom Whisper color palette created on .