Dusky Serenity Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Dusky Serenity palette

Condividi questa palette a:

tavolozza dei colori Dusky Serenity CSS

/* CSS */
.color-1 {
color: #2b2d3b;
}
.color-2 {
color: #5d6279;
}
.color-3 {
color: #8f9ab7;
}
.color-4 {
color: #c8cfe4;
}
.color-5 {
color: #efe4d7;
}

/* CSS Variables */
:root {
--color-1: #2b2d3b;
--color-2: #5d6279;
--color-3: #8f9ab7;
--color-4: #c8cfe4;
--color-5: #efe4d7;
}

CSS con gradiente di sfondo Dusky Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b2d3b, #5d6279, #8f9ab7, #c8cfe4, #efe4d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b2d3b, #5d6279, #8f9ab7, #c8cfe4, #efe4d7);
}

Dusky Serenity color palette created on .