Serene Sunset Breeze Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Serene Sunset Breeze palette

Condividi questa palette a:

tavolozza dei colori Serene Sunset Breeze CSS

/* CSS */
.color-1 {
color: #6b856c;
}
.color-2 {
color: #a7c8c2;
}
.color-3 {
color: #f2e6d9;
}
.color-4 {
color: #f7b98d;
}
.color-5 {
color: #c94f4f;
}

/* CSS Variables */
:root {
--color-1: #6b856c;
--color-2: #a7c8c2;
--color-3: #f2e6d9;
--color-4: #f7b98d;
--color-5: #c94f4f;
}

CSS con gradiente di sfondo Serene Sunset Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b856c, #a7c8c2, #f2e6d9, #f7b98d, #c94f4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b856c, #a7c8c2, #f2e6d9, #f7b98d, #c94f4f);
}

Serene Sunset Breeze color palette created on .