Paleta de colores Cherry Red
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Cherry Red palette
CSS de la paleta de colores Cherry Red
/* CSS */
.color-1 {
color: #d60032;
}
.color-2 {
color: #ff5d38;
}
.color-3 {
color: #ff8c1a;
}
.color-4 {
color: #ffcc00;
}
.color-5 {
color: #ffe500;
}
/* CSS Variables */
:root {
--color-1: #d60032;
--color-2: #ff5d38;
--color-3: #ff8c1a;
--color-4: #ffcc00;
--color-5: #ffe500;
}
CSS del degradado de fondo Cherry Red
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d60032, #ff5d38, #ff8c1a, #ffcc00, #ffe500);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d60032, #ff5d38, #ff8c1a, #ffcc00, #ffe500);
}
Paletas de colores similares
Cherry Red color palette created on .