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