Paleta de colores Warm Yellow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Warm Yellow palette

Compartir esta paleta en:

CSS de la paleta de colores Warm Yellow

/* CSS */
.color-1 {
color: #f7e59c;
}
.color-2 {
color: #f4b61a;
}
.color-3 {
color: #e57b3e;
}
.color-4 {
color: #d04968;
}
.color-5 {
color: #a95b9c;
}

/* CSS Variables */
:root {
--color-1: #f7e59c;
--color-2: #f4b61a;
--color-3: #e57b3e;
--color-4: #d04968;
--color-5: #a95b9c;
}

CSS del degradado de fondo Warm Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e59c, #f4b61a, #e57b3e, #d04968, #a95b9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e59c, #f4b61a, #e57b3e, #d04968, #a95b9c);
}

Warm Yellow color palette created on .