Paleta de colores Marblewood Serenity
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Marblewood Serenity palette
CSS de la paleta de colores Marblewood Serenity
/* CSS */
.color-1 {
color: #d5e5c7;
}
.color-2 {
color: #a2b09b;
}
.color-3 {
color: #f2e4d4;
}
.color-4 {
color: #e6c7b3;
}
.color-5 {
color: #c3b3a2;
}
/* CSS Variables */
:root {
--color-1: #d5e5c7;
--color-2: #a2b09b;
--color-3: #f2e4d4;
--color-4: #e6c7b3;
--color-5: #c3b3a2;
}
CSS del degradado de fondo Marblewood Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5e5c7, #a2b09b, #f2e4d4, #e6c7b3, #c3b3a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5e5c7, #a2b09b, #f2e4d4, #e6c7b3, #c3b3a2);
}
Paletas de colores similares
Marblewood Serenity color palette created on .