Paleta de colores Crimson Sunrise

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Crimson Sunrise palette

Compartir esta paleta en:

CSS de la paleta de colores Crimson Sunrise

/* CSS */
.color-1 {
color: #d60032;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #ffd54d;
}
.color-5 {
color: #fff175;
}

/* CSS Variables */
:root {
--color-1: #d60032;
--color-2: #ff6e61;
--color-3: #ffb84d;
--color-4: #ffd54d;
--color-5: #fff175;
}

CSS del degradado de fondo Crimson Sunrise

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

Crimson Sunrise color palette created on .