Golden Honey Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Honey palette
Golden Honey color palette CSS
/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #f7c94b;
}
.color-3 {
color: #f5d15b;
}
.color-4 {
color: #e7bfa7;
}
.color-5 {
color: #d8a56e;
}
/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f7c94b;
--color-3: #f5d15b;
--color-4: #e7bfa7;
--color-5: #d8a56e;
}
Golden Honey background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f7c94b, #f5d15b, #e7bfa7, #d8a56e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f7c94b, #f5d15b, #e7bfa7, #d8a56e);
}
Similar color palettes
Golden Honey color palette created on .