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: #f7c5d5;
}
.color-3 {
color: #f2a6b5;
}
.color-4 {
color: #e68e98;
}
.color-5 {
color: #d86f7b;
}

/* CSS Variables */
:root {
--color-1: #fbb1a2;
--color-2: #f7c5d5;
--color-3: #f2a6b5;
--color-4: #e68e98;
--color-5: #d86f7b;
}

Blossom Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbb1a2, #f7c5d5, #f2a6b5, #e68e98, #d86f7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbb1a2, #f7c5d5, #f2a6b5, #e68e98, #d86f7b);
}

Blossom Whisper color palette created on .