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: #6d2c40;
}
.color-2 {
color: #a55066;
}
.color-3 {
color: #d57b8c;
}
.color-4 {
color: #f4b99f;
}
.color-5 {
color: #f7d4c5;
}

/* CSS Variables */
:root {
--color-1: #6d2c40;
--color-2: #a55066;
--color-3: #d57b8c;
--color-4: #f4b99f;
--color-5: #f7d4c5;
}

CSS del degradado de fondo Shades of Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d2c40, #a55066, #d57b8c, #f4b99f, #f7d4c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d2c40, #a55066, #d57b8c, #f4b99f, #f7d4c5);
}

Shades of Red color palette created on .