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