Honey Shadow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Honey Shadow palette
Color Inspiration
Images that showcase this color palette in real designs
Download Honey Shadow Color Palette (PNG)
Honey Shadow color palette CSS
/* CSS */
.color-1 {
color: #ffc20a;
}
.color-2 {
color: #ffd942;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #d69b2e;
}
.color-5 {
color: #a85f2e;
}
/* CSS Variables */
:root {
--color-1: #ffc20a;
--color-2: #ffd942;
--color-3: #ffb84d;
--color-4: #d69b2e;
--color-5: #a85f2e;
}
Honey Shadow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc20a, #ffd942, #ffb84d, #d69b2e, #a85f2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc20a, #ffd942, #ffb84d, #d69b2e, #a85f2e);
}
Similar color palettes
Scroll down to explore 1000+ colors.honey color palettes
Honey Shadow color palette created on .