Honey Blossom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Honey Blossom palette

Share this palette to:

Honey Blossom color palette CSS

/* CSS */
.color-1 {
color: #d69d00;
}
.color-2 {
color: #f6b83c;
}
.color-3 {
color: #f8d68b;
}
.color-4 {
color: #e6a2b4;
}
.color-5 {
color: #4d1c6d;
}

/* CSS Variables */
:root {
--color-1: #d69d00;
--color-2: #f6b83c;
--color-3: #f8d68b;
--color-4: #e6a2b4;
--color-5: #4d1c6d;
}

Honey Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d69d00, #f6b83c, #f8d68b, #e6a2b4, #4d1c6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d69d00, #f6b83c, #f8d68b, #e6a2b4, #4d1c6d);
}

Honey Blossom color palette created on .