Paleta de colores Shades of Red Apples

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Red Apples palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Red Apples

/* CSS */
.color-1 {
color: #c92c3c;
}
.color-2 {
color: #e06e5c;
}
.color-3 {
color: #f2a06e;
}
.color-4 {
color: #f2d66e;
}
.color-5 {
color: #e6e26b;
}

/* CSS Variables */
:root {
--color-1: #c92c3c;
--color-2: #e06e5c;
--color-3: #f2a06e;
--color-4: #f2d66e;
--color-5: #e6e26b;
}

CSS del degradado de fondo Shades of Red Apples

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c3c, #e06e5c, #f2a06e, #f2d66e, #e6e26b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c3c, #e06e5c, #f2a06e, #f2d66e, #e6e26b);
}

Shades of Red Apples color palette created on .