Shadowed Serenity Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shadowed Serenity palette

Condividi questa palette a:

tavolozza dei colori Shadowed Serenity CSS

/* CSS */
.color-1 {
color: #1b2836;
}
.color-2 {
color: #3f4b5a;
}
.color-3 {
color: #697a8c;
}
.color-4 {
color: #a3b4c7;
}
.color-5 {
color: #f2e2d4;
}

/* CSS Variables */
:root {
--color-1: #1b2836;
--color-2: #3f4b5a;
--color-3: #697a8c;
--color-4: #a3b4c7;
--color-5: #f2e2d4;
}

CSS con gradiente di sfondo Shadowed Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b2836, #3f4b5a, #697a8c, #a3b4c7, #f2e2d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b2836, #3f4b5a, #697a8c, #a3b4c7, #f2e2d4);
}

Shadowed Serenity color palette created on .