Paleta de colores Red and Gray Elegance
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Red and Gray Elegance palette
CSS de la paleta de colores Red and Gray Elegance
/* CSS */
.color-1 {
color: #1c1c1c;
}
.color-2 {
color: #ffffff;
}
.color-3 {
color: #7d7d7d;
}
.color-4 {
color: #ff4d4d;
}
.color-5 {
color: #b30000;
}
/* CSS Variables */
:root {
--color-1: #1c1c1c;
--color-2: #ffffff;
--color-3: #7d7d7d;
--color-4: #ff4d4d;
--color-5: #b30000;
}
CSS del degradado de fondo Red and Gray Elegance
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c1c, #ffffff, #7d7d7d, #ff4d4d, #b30000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c1c, #ffffff, #7d7d7d, #ff4d4d, #b30000);
}
Paletas de colores similares
Red and Gray Elegance color palette created on .