Paleta de colores Golden Shadows of the Clan

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Golden Shadows of the Clan palette

Compartir esta paleta en:

CSS de la paleta de colores Golden Shadows of the Clan

/* CSS */
.color-1 {
color: #000000;
}
.color-2 {
color: #f5c800;
}
.color-3 {
color: #e6a800;
}
.color-4 {
color: #c7a200;
}
.color-5 {
color: #a61c23;
}

/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #f5c800;
--color-3: #e6a800;
--color-4: #c7a200;
--color-5: #a61c23;
}

CSS del degradado de fondo Golden Shadows of the Clan

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #f5c800, #e6a800, #c7a200, #a61c23);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #f5c800, #e6a800, #c7a200, #a61c23);
}

Golden Shadows of the Clan color palette created on .