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: #9d2a2e;
}
.color-2 {
color: #d1534d;
}
.color-3 {
color: #f5b25c;
}
.color-4 {
color: #e6b2d1;
}
.color-5 {
color: #492b54;
}

/* CSS Variables */
:root {
--color-1: #9d2a2e;
--color-2: #d1534d;
--color-3: #f5b25c;
--color-4: #e6b2d1;
--color-5: #492b54;
}

CSS del degradado de fondo Shades of Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9d2a2e, #d1534d, #f5b25c, #e6b2d1, #492b54);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9d2a2e, #d1534d, #f5b25c, #e6b2d1, #492b54);
}

Paletas de colores similares

Shades of Red color palette created on .