Paleta de colores Shades of Gorse

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Gorse palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Gorse

/* CSS */
.color-1 {
color: #f9e54e;
}
.color-2 {
color: #f1d25f;
}
.color-3 {
color: #e8b678;
}
.color-4 {
color: #e8a35e;
}
.color-5 {
color: #d87c2c;
}

/* CSS Variables */
:root {
--color-1: #f9e54e;
--color-2: #f1d25f;
--color-3: #e8b678;
--color-4: #e8a35e;
--color-5: #d87c2c;
}

CSS del degradado de fondo Shades of Gorse

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e54e, #f1d25f, #e8b678, #e8a35e, #d87c2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e54e, #f1d25f, #e8b678, #e8a35e, #d87c2c);
}

Shades of Gorse color palette created on .