Beetle Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Beetle Breeze palette
Beetle Breeze color palette CSS
/* CSS */
.color-1 {
color: #f7c94b;
}
.color-2 {
color: #efb14d;
}
.color-3 {
color: #d9823a;
}
.color-4 {
color: #c2533d;
}
.color-5 {
color: #9d2a3d;
}
/* CSS Variables */
:root {
--color-1: #f7c94b;
--color-2: #efb14d;
--color-3: #d9823a;
--color-4: #c2533d;
--color-5: #9d2a3d;
}
Beetle Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c94b, #efb14d, #d9823a, #c2533d, #9d2a3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c94b, #efb14d, #d9823a, #c2533d, #9d2a3d);
}
Similar color palettes
Beetle Breeze color palette created on .