Shades of Gorse Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Gorse palette
Shades of Gorse color palette CSS
/* CSS */
.color-1 {
color: #fff04d;
}
.color-2 {
color: #f4cf3e;
}
.color-3 {
color: #f0b32d;
}
.color-4 {
color: #eb9d1e;
}
.color-5 {
color: #e68a00;
}
/* CSS Variables */
:root {
--color-1: #fff04d;
--color-2: #f4cf3e;
--color-3: #f0b32d;
--color-4: #eb9d1e;
--color-5: #e68a00;
}
Shades of Gorse background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fff04d, #f4cf3e, #f0b32d, #eb9d1e, #e68a00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fff04d, #f4cf3e, #f0b32d, #eb9d1e, #e68a00);
}
Similar color palettes
Shades of Gorse color palette created on .