Honeyed Harmony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Honeyed Harmony palette
Honeyed Harmony color palette CSS
/* CSS */
.color-1 {
color: #f5c84d;
}
.color-2 {
color: #f7d06e;
}
.color-3 {
color: #f1ba4b;
}
.color-4 {
color: #d6a529;
}
.color-5 {
color: #a76d1b;
}
/* CSS Variables */
:root {
--color-1: #f5c84d;
--color-2: #f7d06e;
--color-3: #f1ba4b;
--color-4: #d6a529;
--color-5: #a76d1b;
}
Honeyed Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c84d, #f7d06e, #f1ba4b, #d6a529, #a76d1b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c84d, #f7d06e, #f1ba4b, #d6a529, #a76d1b);
}
Similar color palettes
Scroll down to explore 600+ Bright color palettes
Honeyed Harmony color palette created on .