Shades of Black カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Black palette

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

Shades of Black カラーパレット CSS

/* CSS */
.color-1 {
color: #15192d;
}
.color-2 {
color: #2a2e3c;
}
.color-3 {
color: #4f545f;
}
.color-4 {
color: #8d8f9a;
}
.color-5 {
color: #b2b5c7;
}

/* CSS Variables */
:root {
--color-1: #15192d;
--color-2: #2a2e3c;
--color-3: #4f545f;
--color-4: #8d8f9a;
--color-5: #b2b5c7;
}

Shades of Black の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #15192d, #2a2e3c, #4f545f, #8d8f9a, #b2b5c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #15192d, #2a2e3c, #4f545f, #8d8f9a, #b2b5c7);
}

Shades of Black color palette created on .