Paleta de colores Gloomy Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Gloomy Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Gloomy Serenity

/* 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 del degradado de fondo 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 .