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: #f1b74b;
}
.color-2 {
color: #f4d35d;
}
.color-3 {
color: #85c8e0;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #ff3b38;
}

/* CSS Variables */
:root {
--color-1: #f1b74b;
--color-2: #f4d35d;
--color-3: #85c8e0;
--color-4: #ff6e61;
--color-5: #ff3b38;
}

CSS del degradado de fondo Warm Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1b74b, #f4d35d, #85c8e0, #ff6e61, #ff3b38);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1b74b, #f4d35d, #85c8e0, #ff6e61, #ff3b38);
}

Warm Yellow color palette created on .