Abejas Color Palette
Discover the beautiful Abejas color palette featuring energy yellow (#f7e059), casablanca (#f4b943), tangerine (#e68a00), tenn (#d65d00) and fire (#a83e00).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Abejas palette
💻 Abejas color palette CSS
/* CSS */
.color-1 {
color: #f7e059;
}
.color-2 {
color: #f4b943;
}
.color-3 {
color: #e68a00;
}
.color-4 {
color: #d65d00;
}
.color-5 {
color: #a83e00;
}
/* CSS Variables */
:root {
--color-1: #f7e059;
--color-2: #f4b943;
--color-3: #e68a00;
--color-4: #d65d00;
--color-5: #a83e00;
} 🌈 Abejas background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e059, #f4b943, #e68a00, #d65d00, #a83e00);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e059, #f4b943, #e68a00, #d65d00, #a83e00);
} 🔗 Explore similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Abejas color palette created on .