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: #f8caa5;
}
.color-2 {
color: #f4b6a9;
}
.color-3 {
color: #f1a7b4;
}
.color-4 {
color: #d98cc9;
}
.color-5 {
color: #a67dcf;
}

/* CSS Variables */
:root {
--color-1: #f8caa5;
--color-2: #f4b6a9;
--color-3: #f1a7b4;
--color-4: #d98cc9;
--color-5: #a67dcf;
}

Blossom Whispers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8caa5, #f4b6a9, #f1a7b4, #d98cc9, #a67dcf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8caa5, #f4b6a9, #f1a7b4, #d98cc9, #a67dcf);
}

Blossom Whispers color palette created on .