Paleta de colores Serene Meadow Breeze
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Serene Meadow Breeze palette
CSS de la paleta de colores Serene Meadow Breeze
/* CSS */
.color-1 {
color: #cbd83b;
}
.color-2 {
color: #c3d79d;
}
.color-3 {
color: #a3d7d0;
}
.color-4 {
color: #76b5e0;
}
.color-5 {
color: #a76c9e;
}
/* CSS Variables */
:root {
--color-1: #cbd83b;
--color-2: #c3d79d;
--color-3: #a3d7d0;
--color-4: #76b5e0;
--color-5: #a76c9e;
}
CSS del degradado de fondo Serene Meadow Breeze
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cbd83b, #c3d79d, #a3d7d0, #76b5e0, #a76c9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cbd83b, #c3d79d, #a3d7d0, #76b5e0, #a76c9e);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 400+ paletas de colores Estético
Serene Meadow Breeze color palette created on .