Paleta de colores Explosive Orange

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Explosive Orange palette

Compartir esta paleta en:

CSS de la paleta de colores Explosive Orange

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #ffb65c;
}
.color-4 {
color: #f7c6a1;
}
.color-5 {
color: #ff513d;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #f0a800;
--color-3: #ffb65c;
--color-4: #f7c6a1;
--color-5: #ff513d;
}

CSS del degradado de fondo Explosive Orange

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #f0a800, #ffb65c, #f7c6a1, #ff513d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #f0a800, #ffb65c, #f7c6a1, #ff513d);
}

Explosive Orange color palette created on .