Paleta de colores Sunlit Meadow Breeze
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Sunlit Meadow Breeze palette
Image Gallery
CSS de la paleta de colores Sunlit Meadow Breeze
/* CSS */
.color-1 {
color: #d1e1f5;
}
.color-2 {
color: #d4d2ab;
}
.color-3 {
color: #ead948;
}
.color-4 {
color: #b1cbf1;
}
.color-5 {
color: #dbc929;
}
/* CSS Variables */
:root {
--color-1: #d1e1f5;
--color-2: #d4d2ab;
--color-3: #ead948;
--color-4: #b1cbf1;
--color-5: #dbc929;
}
CSS del degradado de fondo Sunlit Meadow Breeze
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1e1f5, #d4d2ab, #ead948, #b1cbf1, #dbc929);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1e1f5, #d4d2ab, #ead948, #b1cbf1, #dbc929);
}
Paletas de colores similares
Sunlit Meadow Breeze color palette created on .