Daphne's Bloom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Daphne's Bloom palette

Share this palette to:

Daphne's Bloom color palette CSS

/* CSS */
.color-1 {
color: #ffb3d4;
}
.color-2 {
color: #fab700;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #ff3d77;
}
.color-5 {
color: #ff9900;
}

/* CSS Variables */
:root {
--color-1: #ffb3d4;
--color-2: #fab700;
--color-3: #ff6e61;
--color-4: #ff3d77;
--color-5: #ff9900;
}

Daphne's Bloom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3d4, #fab700, #ff6e61, #ff3d77, #ff9900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3d4, #fab700, #ff6e61, #ff3d77, #ff9900);
}

Daphne's Bloom color palette created on .