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: #ff4d4d;
}
.color-2 {
color: #ff9f6b;
}
.color-3 {
color: #ffd77a;
}
.color-4 {
color: #ffea8f;
}
.color-5 {
color: #ffce8a;
}

/* CSS Variables */
:root {
--color-1: #ff4d4d;
--color-2: #ff9f6b;
--color-3: #ffd77a;
--color-4: #ffea8f;
--color-5: #ffce8a;
}

CSS del degradado de fondo Crimson Sunrise

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d4d, #ff9f6b, #ffd77a, #ffea8f, #ffce8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d4d, #ff9f6b, #ffd77a, #ffea8f, #ffce8a);
}

Crimson Sunrise color palette created on .