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