Paleta de colores Shades of Red
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Red palette
CSS de la paleta de colores Shades of Red
/* CSS */
.color-1 {
color: #4d1e3f;
}
.color-2 {
color: #574232;
}
.color-3 {
color: #5a5f3f;
}
.color-4 {
color: #325d44;
}
.color-5 {
color: #1c3769;
}
/* CSS Variables */
:root {
--color-1: #4d1e3f;
--color-2: #574232;
--color-3: #5a5f3f;
--color-4: #325d44;
--color-5: #1c3769;
}
CSS del degradado de fondo Shades of Red
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d1e3f, #574232, #5a5f3f, #325d44, #1c3769);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d1e3f, #574232, #5a5f3f, #325d44, #1c3769);
}
Paletas de colores similares
Shades of Red color palette created on .