Paleta de colores Maroon and Sage Green
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Maroon and Sage Green palette
CSS de la paleta de colores Maroon and Sage Green
/* CSS */
.color-1 {
color: #8f6461;
}
.color-2 {
color: #a98770;
}
.color-3 {
color: #c4b087;
}
.color-4 {
color: #c7d2c6;
}
.color-5 {
color: #929d80;
}
/* CSS Variables */
:root {
--color-1: #8f6461;
--color-2: #a98770;
--color-3: #c4b087;
--color-4: #c7d2c6;
--color-5: #929d80;
}
CSS del degradado de fondo Maroon and Sage Green
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8f6461, #a98770, #c4b087, #c7d2c6, #929d80);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8f6461, #a98770, #c4b087, #c7d2c6, #929d80);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 400+ paletas de colores Marrón
Maroon and Sage Green color palette created on .