Paleta de colores Shades of Gorse
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Gorse palette
CSS de la paleta de colores Shades of Gorse
/* 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;
}
CSS del degradado de fondo Shades of Gorse
/* 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);
}
Paletas de colores similares
Shades of Gorse color palette created on .