Sunlit Honeycomb Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunlit Honeycomb palette
Sunlit Honeycomb color palette CSS
/* CSS */
.color-1 {
color: #ffff61;
}
.color-2 {
color: #eba400;
}
.color-3 {
color: #f5d232;
}
.color-4 {
color: #d6a400;
}
.color-5 {
color: #f6b83c;
}
/* CSS Variables */
:root {
--color-1: #ffff61;
--color-2: #eba400;
--color-3: #f5d232;
--color-4: #d6a400;
--color-5: #f6b83c;
}
Sunlit Honeycomb background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffff61, #eba400, #f5d232, #d6a400, #f6b83c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffff61, #eba400, #f5d232, #d6a400, #f6b83c);
}
Similar color palettes
Scroll down to explore 300+ Bright color palettes
Sunlit Honeycomb color palette created on .