Paleta de colores Crimson Sunset

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Crimson Sunset palette

Compartir esta paleta en:

CSS de la paleta de colores Crimson Sunset

/* CSS */
.color-1 {
color: #d60032;
}
.color-2 {
color: #f5323f;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #ff8b42;
}
.color-5 {
color: #fbc02d;
}

/* CSS Variables */
:root {
--color-1: #d60032;
--color-2: #f5323f;
--color-3: #ff6e61;
--color-4: #ff8b42;
--color-5: #fbc02d;
}

CSS del degradado de fondo Crimson Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d60032, #f5323f, #ff6e61, #ff8b42, #fbc02d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d60032, #f5323f, #ff6e61, #ff8b42, #fbc02d);
}

Crimson Sunset color palette created on .