Electric Hive Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Electric Hive palette
Electric Hive color palette CSS
/* CSS */
.color-1 {
color: #f9d94e;
}
.color-2 {
color: #f5a524;
}
.color-3 {
color: #f09c00;
}
.color-4 {
color: #f47b1f;
}
.color-5 {
color: #d46f1c;
}
/* CSS Variables */
:root {
--color-1: #f9d94e;
--color-2: #f5a524;
--color-3: #f09c00;
--color-4: #f47b1f;
--color-5: #d46f1c;
}
Electric Hive background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d94e, #f5a524, #f09c00, #f47b1f, #d46f1c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d94e, #f5a524, #f09c00, #f47b1f, #d46f1c);
}
Similar color palettes
Electric Hive color palette created on .