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