Paleta de colores Shades of Ruby

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Ruby palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Ruby

/* CSS */
.color-1 {
color: #3c101b;
}
.color-2 {
color: #6a293d;
}
.color-3 {
color: #a85d7d;
}
.color-4 {
color: #d69d9a;
}
.color-5 {
color: #f0c1c5;
}

/* CSS Variables */
:root {
--color-1: #3c101b;
--color-2: #6a293d;
--color-3: #a85d7d;
--color-4: #d69d9a;
--color-5: #f0c1c5;
}

CSS del degradado de fondo Shades of Ruby

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c101b, #6a293d, #a85d7d, #d69d9a, #f0c1c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c101b, #6a293d, #a85d7d, #d69d9a, #f0c1c5);
}

Shades of Ruby color palette created on .