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