Paleta de colores Red Apple
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Red Apple palette
CSS de la paleta de colores Red Apple
/* CSS */
.color-1 {
color: #ff5833;
}
.color-2 {
color: #ff8c1a;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #a4d85f;
}
.color-5 {
color: #4cae4f;
}
/* CSS Variables */
:root {
--color-1: #ff5833;
--color-2: #ff8c1a;
--color-3: #ffd900;
--color-4: #a4d85f;
--color-5: #4cae4f;
}
CSS del degradado de fondo Red Apple
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5833, #ff8c1a, #ffd900, #a4d85f, #4cae4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5833, #ff8c1a, #ffd900, #a4d85f, #4cae4f);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 300+ paletas de colores Brillante
Red Apple color palette created on .