Gloomy Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Gloomy Serenity palette

このパレットを共有する先:

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;
}

Gloomy Serenity の背景のグラデーション CSS

/* 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 .