Blossom Reverie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blossom Reverie palette

Share this palette to:

Blossom Reverie color palette CSS

/* CSS */
.color-1 {
color: #f6c2c1;
}
.color-2 {
color: #e1a8b8;
}
.color-3 {
color: #d88dbf;
}
.color-4 {
color: #a67bbc;
}
.color-5 {
color: #7d5e9c;
}

/* CSS Variables */
:root {
--color-1: #f6c2c1;
--color-2: #e1a8b8;
--color-3: #d88dbf;
--color-4: #a67bbc;
--color-5: #7d5e9c;
}

Blossom Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c2c1, #e1a8b8, #d88dbf, #a67bbc, #7d5e9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c2c1, #e1a8b8, #d88dbf, #a67bbc, #7d5e9c);
}

Blossom Reverie color palette created on .