Serene Breeze Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Serene Breeze palette

Condividi questa palette a:

tavolozza dei colori Serene Breeze CSS

/* CSS */
.color-1 {
color: #beffb3;
}
.color-2 {
color: #a5d6e3;
}
.color-3 {
color: #87c5b6;
}
.color-4 {
color: #f1d2a7;
}
.color-5 {
color: #f89b87;
}

/* CSS Variables */
:root {
--color-1: #beffb3;
--color-2: #a5d6e3;
--color-3: #87c5b6;
--color-4: #f1d2a7;
--color-5: #f89b87;
}

CSS con gradiente di sfondo Serene Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #beffb3, #a5d6e3, #87c5b6, #f1d2a7, #f89b87);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #beffb3, #a5d6e3, #87c5b6, #f1d2a7, #f89b87);
}

Serene Breeze color palette created on .