Abeja Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Abeja palette
Abeja color palette PNG image
Abeja color palette CSS
/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #f0c17a;
}
.color-3 {
color: #f5e55c;
}
.color-4 {
color: #a3d55d;
}
.color-5 {
color: #4d6c32;
}
/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f0c17a;
--color-3: #f5e55c;
--color-4: #a3d55d;
--color-5: #4d6c32;
}
Abeja background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f0c17a, #f5e55c, #a3d55d, #4d6c32);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f0c17a, #f5e55c, #a3d55d, #4d6c32);
}
Similar color palettes
Scroll down to explore 200+ Yellow color palettes
Abeja color palette created on .