Paleta de colores Aries Zodiac Red

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Aries Zodiac Red palette

Compartir esta paleta en:

CSS de la paleta de colores Aries Zodiac Red

/* CSS */
.color-1 {
color: #c21e29;
}
.color-2 {
color: #cf3a3a;
}
.color-3 {
color: #e26a6a;
}
.color-4 {
color: #f6a2a2;
}
.color-5 {
color: #ffb8b8;
}

/* CSS Variables */
:root {
--color-1: #c21e29;
--color-2: #cf3a3a;
--color-3: #e26a6a;
--color-4: #f6a2a2;
--color-5: #ffb8b8;
}

CSS del degradado de fondo Aries Zodiac Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c21e29, #cf3a3a, #e26a6a, #f6a2a2, #ffb8b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c21e29, #cf3a3a, #e26a6a, #f6a2a2, #ffb8b8);
}

Aries Zodiac Red color palette created on .