Paleta de colores Sacred Yellow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sacred Yellow palette

Compartir esta paleta en:

CSS de la paleta de colores Sacred Yellow

/* CSS */
.color-1 {
color: #f8e0b4;
}
.color-2 {
color: #f1b51e;
}
.color-3 {
color: #e8a32c;
}
.color-4 {
color: #d77d3c;
}
.color-5 {
color: #b94f3c;
}

/* CSS Variables */
:root {
--color-1: #f8e0b4;
--color-2: #f1b51e;
--color-3: #e8a32c;
--color-4: #d77d3c;
--color-5: #b94f3c;
}

CSS del degradado de fondo Sacred Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e0b4, #f1b51e, #e8a32c, #d77d3c, #b94f3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e0b4, #f1b51e, #e8a32c, #d77d3c, #b94f3c);
}

Sacred Yellow color palette created on .