Paleta de colores Rusty Romance
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Rusty Romance palette
CSS de la paleta de colores Rusty Romance
/* CSS */
.color-1 {
color: #c7463d;
}
.color-2 {
color: #ce7a69;
}
.color-3 {
color: #df9d8b;
}
.color-4 {
color: #e7c1b6;
}
.color-5 {
color: #f2d7cf;
}
/* CSS Variables */
:root {
--color-1: #c7463d;
--color-2: #ce7a69;
--color-3: #df9d8b;
--color-4: #e7c1b6;
--color-5: #f2d7cf;
}
CSS del degradado de fondo Rusty Romance
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7463d, #ce7a69, #df9d8b, #e7c1b6, #f2d7cf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7463d, #ce7a69, #df9d8b, #e7c1b6, #f2d7cf);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 300+ paletas de colores Coral
Rusty Romance color palette created on .