Rhapsody in Bloom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rhapsody in Bloom palette

Share this palette to:

Rhapsody in Bloom color palette CSS

/* CSS */
.color-1 {
color: #fab700;
}
.color-2 {
color: #ff6933;
}
.color-3 {
color: #ff3d81;
}
.color-4 {
color: #690571;
}
.color-5 {
color: #380a43;
}

/* CSS Variables */
:root {
--color-1: #fab700;
--color-2: #ff6933;
--color-3: #ff3d81;
--color-4: #690571;
--color-5: #380a43;
}

Rhapsody in Bloom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab700, #ff6933, #ff3d81, #690571, #380a43);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab700, #ff6933, #ff3d81, #690571, #380a43);
}

Rhapsody in Bloom color palette created on .