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: #f6bb3c;
}
.color-2 {
color: #eab543;
}
.color-3 {
color: #f1d87e;
}
.color-4 {
color: #f7c6a6;
}
.color-5 {
color: #f5b8b2;
}

/* CSS Variables */
:root {
--color-1: #f6bb3c;
--color-2: #eab543;
--color-3: #f1d87e;
--color-4: #f7c6a6;
--color-5: #f5b8b2;
}

CSS del degradado de fondo Warm Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6bb3c, #eab543, #f1d87e, #f7c6a6, #f5b8b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6bb3c, #eab543, #f1d87e, #f7c6a6, #f5b8b2);
}

Warm Yellow color palette created on .