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: #f8b4d5;
}
.color-2 {
color: #f0a8b4;
}
.color-3 {
color: #e58b9b;
}
.color-4 {
color: #d57c8b;
}
.color-5 {
color: #c76b76;
}

/* CSS Variables */
:root {
--color-1: #f8b4d5;
--color-2: #f0a8b4;
--color-3: #e58b9b;
--color-4: #d57c8b;
--color-5: #c76b76;
}

Blossom Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8b4d5, #f0a8b4, #e58b9b, #d57c8b, #c76b76);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8b4d5, #f0a8b4, #e58b9b, #d57c8b, #c76b76);
}

Blossom Whisper color palette created on .