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: #b52c2e;
}
.color-2 {
color: #e1503d;
}
.color-3 {
color: #f5a524;
}
.color-4 {
color: #f8d57c;
}
.color-5 {
color: #ffec3d;
}

/* CSS Variables */
:root {
--color-1: #b52c2e;
--color-2: #e1503d;
--color-3: #f5a524;
--color-4: #f8d57c;
--color-5: #ffec3d;
}

CSS del degradado de fondo Crimson Sunrise

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b52c2e, #e1503d, #f5a524, #f8d57c, #ffec3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b52c2e, #e1503d, #f5a524, #f8d57c, #ffec3d);
}

Crimson Sunrise color palette created on .