Honey Apple Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Honey Apple palette
Color Inspiration
Images that showcase this color palette in real designs
Download Honey Apple Color Palette (PNG)
Honey Apple color palette CSS
/* CSS */
.color-1 {
color: #d6a529;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #f2d578;
}
.color-4 {
color: #e69c4c;
}
.color-5 {
color: #a04b2c;
}
/* CSS Variables */
:root {
--color-1: #d6a529;
--color-2: #f1c84b;
--color-3: #f2d578;
--color-4: #e69c4c;
--color-5: #a04b2c;
}
Honey Apple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6a529, #f1c84b, #f2d578, #e69c4c, #a04b2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6a529, #f1c84b, #f2d578, #e69c4c, #a04b2c);
}
Similar color palettes
Honey Apple color palette created on .