Paleta de colores Red Apples

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Red Apples palette

Compartir esta paleta en:

CSS de la paleta de colores Red Apples

/* CSS */
.color-1 {
color: #ff513d;
}
.color-2 {
color: #ff9d5c;
}
.color-3 {
color: #ffcb5c;
}
.color-4 {
color: #f5f5f5;
}
.color-5 {
color: #4cae4f;
}

/* CSS Variables */
:root {
--color-1: #ff513d;
--color-2: #ff9d5c;
--color-3: #ffcb5c;
--color-4: #f5f5f5;
--color-5: #4cae4f;
}

CSS del degradado de fondo Red Apples

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff513d, #ff9d5c, #ffcb5c, #f5f5f5, #4cae4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff513d, #ff9d5c, #ffcb5c, #f5f5f5, #4cae4f);
}

Red Apples color palette created on .