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: #ffb3e0;
}
.color-2 {
color: #ff7092;
}
.color-3 {
color: #ff4d7f;
}
.color-4 {
color: #f15bb5;
}
.color-5 {
color: #b7fbbe;
}

/* CSS Variables */
:root {
--color-1: #ffb3e0;
--color-2: #ff7092;
--color-3: #ff4d7f;
--color-4: #f15bb5;
--color-5: #b7fbbe;
}

Blossom Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3e0, #ff7092, #ff4d7f, #f15bb5, #b7fbbe);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3e0, #ff7092, #ff4d7f, #f15bb5, #b7fbbe);
}

Blossom Reverie color palette created on .