Blossom Whispers Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blossom Whispers palette

Share this palette to:

Blossom Whispers color palette CSS

/* CSS */
.color-1 {
color: #f6c6d6;
}
.color-2 {
color: #f4b3c4;
}
.color-3 {
color: #f1a2b4;
}
.color-4 {
color: #ec8ec0;
}
.color-5 {
color: #e580b4;
}

/* CSS Variables */
:root {
--color-1: #f6c6d6;
--color-2: #f4b3c4;
--color-3: #f1a2b4;
--color-4: #ec8ec0;
--color-5: #e580b4;
}

Blossom Whispers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c6d6, #f4b3c4, #f1a2b4, #ec8ec0, #e580b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c6d6, #f4b3c4, #f1a2b4, #ec8ec0, #e580b4);
}

Blossom Whispers color palette created on .