Serene Dusk Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Serene Dusk palette

Condividi questa palette a:

tavolozza dei colori Serene Dusk CSS

/* CSS */
.color-1 {
color: #709d9e;
}
.color-2 {
color: #b8c6b9;
}
.color-3 {
color: #f2e6d4;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #709d9e;
--color-2: #b8c6b9;
--color-3: #f2e6d4;
--color-4: #ffb84d;
--color-5: #ff6e61;
}

CSS con gradiente di sfondo Serene Dusk

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #709d9e, #b8c6b9, #f2e6d4, #ffb84d, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #709d9e, #b8c6b9, #f2e6d4, #ffb84d, #ff6e61);
}

Serene Dusk color palette created on .