Paleta de colores Serene Meadow
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Serene Meadow palette
CSS de la paleta de colores Serene Meadow
/* CSS */
.color-1 {
color: #a7d7b8;
}
.color-2 {
color: #e3f0d6;
}
.color-3 {
color: #d8e5c2;
}
.color-4 {
color: #f6f1d5;
}
.color-5 {
color: #f9cca9;
}
/* CSS Variables */
:root {
--color-1: #a7d7b8;
--color-2: #e3f0d6;
--color-3: #d8e5c2;
--color-4: #f6f1d5;
--color-5: #f9cca9;
}
CSS del degradado de fondo Serene Meadow
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7b8, #e3f0d6, #d8e5c2, #f6f1d5, #f9cca9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7b8, #e3f0d6, #d8e5c2, #f6f1d5, #f9cca9);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 50+ paletas de colores Moderno
Serene Meadow color palette created on .