Paleta de colores Ruby Red Shades

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Ruby Red Shades palette

Compartir esta paleta en:

CSS de la paleta de colores Ruby Red Shades

/* CSS */
.color-1 {
color: #a62b2b;
}
.color-2 {
color: #c92c3c;
}
.color-3 {
color: #e44b3a;
}
.color-4 {
color: #f07f7f;
}
.color-5 {
color: #ffcdcc;
}

/* CSS Variables */
:root {
--color-1: #a62b2b;
--color-2: #c92c3c;
--color-3: #e44b3a;
--color-4: #f07f7f;
--color-5: #ffcdcc;
}

CSS del degradado de fondo Ruby Red Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a62b2b, #c92c3c, #e44b3a, #f07f7f, #ffcdcc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a62b2b, #c92c3c, #e44b3a, #f07f7f, #ffcdcc);
}

Ruby Red Shades color palette created on .