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: #d1103a;
}
.color-2 {
color: #e57e3e;
}
.color-3 {
color: #f3ba3f;
}
.color-4 {
color: #f3d55e;
}
.color-5 {
color: #a3d661;
}

/* CSS Variables */
:root {
--color-1: #d1103a;
--color-2: #e57e3e;
--color-3: #f3ba3f;
--color-4: #f3d55e;
--color-5: #a3d661;
}

CSS del degradado de fondo Crimson Sunrise

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1103a, #e57e3e, #f3ba3f, #f3d55e, #a3d661);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1103a, #e57e3e, #f3ba3f, #f3d55e, #a3d661);
}

Crimson Sunrise color palette created on .