Gloomy Serenity Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Gloomy Serenity palette

Condividi questa palette a:

tavolozza dei colori Gloomy Serenity CSS

/* CSS */
.color-1 {
color: #4c4f52;
}
.color-2 {
color: #7a7f85;
}
.color-3 {
color: #a8afb3;
}
.color-4 {
color: #c4d2d4;
}
.color-5 {
color: #e0e4e6;
}

/* CSS Variables */
:root {
--color-1: #4c4f52;
--color-2: #7a7f85;
--color-3: #a8afb3;
--color-4: #c4d2d4;
--color-5: #e0e4e6;
}

CSS con gradiente di sfondo Gloomy Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c4f52, #7a7f85, #a8afb3, #c4d2d4, #e0e4e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c4f52, #7a7f85, #a8afb3, #c4d2d4, #e0e4e6);
}

Gloomy Serenity color palette created on .