Paleta de colores Warm Yellow Red

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Warm Yellow Red palette

Compartir esta paleta en:

CSS de la paleta de colores Warm Yellow Red

/* CSS */
.color-1 {
color: #f9d55d;
}
.color-2 {
color: #f6b83c;
}
.color-3 {
color: #f36e39;
}
.color-4 {
color: #e1564c;
}
.color-5 {
color: #d6293a;
}

/* CSS Variables */
:root {
--color-1: #f9d55d;
--color-2: #f6b83c;
--color-3: #f36e39;
--color-4: #e1564c;
--color-5: #d6293a;
}

CSS del degradado de fondo Warm Yellow Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d55d, #f6b83c, #f36e39, #e1564c, #d6293a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d55d, #f6b83c, #f36e39, #e1564c, #d6293a);
}

Warm Yellow Red color palette created on .