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: #fbb1a2;
}
.color-2 {
color: #f5a3b8;
}
.color-3 {
color: #f57a9d;
}
.color-4 {
color: #d96d8e;
}
.color-5 {
color: #b95b7a;
}

/* CSS Variables */
:root {
--color-1: #fbb1a2;
--color-2: #f5a3b8;
--color-3: #f57a9d;
--color-4: #d96d8e;
--color-5: #b95b7a;
}

Blossom Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbb1a2, #f5a3b8, #f57a9d, #d96d8e, #b95b7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbb1a2, #f5a3b8, #f57a9d, #d96d8e, #b95b7a);
}

Blossom Whisper color palette created on .