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: #f8c8a0;
}
.color-2 {
color: #f5a19e;
}
.color-3 {
color: #f67e7e;
}
.color-4 {
color: #d56275;
}
.color-5 {
color: #b44b70;
}

/* CSS Variables */
:root {
--color-1: #f8c8a0;
--color-2: #f5a19e;
--color-3: #f67e7e;
--color-4: #d56275;
--color-5: #b44b70;
}

Blossom Whispers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c8a0, #f5a19e, #f67e7e, #d56275, #b44b70);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c8a0, #f5a19e, #f67e7e, #d56275, #b44b70);
}

Blossom Whispers color palette created on .