Paleta de colores Shades of Red

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Red palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Red

/* CSS */
.color-1 {
color: #c94e3b;
}
.color-2 {
color: #f1a14b;
}
.color-3 {
color: #e2c269;
}
.color-4 {
color: #7e4c3a;
}
.color-5 {
color: #4a2b2b;
}

/* CSS Variables */
:root {
--color-1: #c94e3b;
--color-2: #f1a14b;
--color-3: #e2c269;
--color-4: #7e4c3a;
--color-5: #4a2b2b;
}

CSS del degradado de fondo Shades of Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c94e3b, #f1a14b, #e2c269, #7e4c3a, #4a2b2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c94e3b, #f1a14b, #e2c269, #7e4c3a, #4a2b2b);
}

Shades of Red color palette created on .