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: #db3e39;
}
.color-2 {
color: #dda027;
}
.color-3 {
color: #7aab36;
}
.color-4 {
color: #2a9367;
}
.color-5 {
color: #325b76;
}

/* CSS Variables */
:root {
--color-1: #db3e39;
--color-2: #dda027;
--color-3: #7aab36;
--color-4: #2a9367;
--color-5: #325b76;
}

CSS del degradado de fondo Shades of Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #db3e39, #dda027, #7aab36, #2a9367, #325b76);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #db3e39, #dda027, #7aab36, #2a9367, #325b76);
}

Shades of Red color palette created on .