Elegant Honey Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Elegant Honey palette

Share this palette to:

Elegant Honey color palette CSS

/* CSS */
.color-1 {
color: #eac07b;
}
.color-2 {
color: #d3ab6f;
}
.color-3 {
color: #a97c5b;
}
.color-4 {
color: #8b4d3c;
}
.color-5 {
color: #5a2a2a;
}

/* CSS Variables */
:root {
--color-1: #eac07b;
--color-2: #d3ab6f;
--color-3: #a97c5b;
--color-4: #8b4d3c;
--color-5: #5a2a2a;
}

Elegant Honey background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eac07b, #d3ab6f, #a97c5b, #8b4d3c, #5a2a2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eac07b, #d3ab6f, #a97c5b, #8b4d3c, #5a2a2a);
}

Similar color palettes

Elegant Honey color palette created on .