Serene Meadow Breeze Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Serene Meadow Breeze palette

Condividi questa palette a:

tavolozza dei colori Serene Meadow Breeze CSS

/* 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 con gradiente di sfondo 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);
}

Serene Meadow Breeze color palette created on .