Silent Shadows カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Silent Shadows palette

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

Silent Shadows カラーパレット CSS

/* CSS */
.color-1 {
color: #b1b4b9;
}
.color-2 {
color: #a7a8a9;
}
.color-3 {
color: #8d8f91;
}
.color-4 {
color: #6b6d70;
}
.color-5 {
color: #4a4d4f;
}

/* CSS Variables */
:root {
--color-1: #b1b4b9;
--color-2: #a7a8a9;
--color-3: #8d8f91;
--color-4: #6b6d70;
--color-5: #4a4d4f;
}

Silent Shadows の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b1b4b9, #a7a8a9, #8d8f91, #6b6d70, #4a4d4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b1b4b9, #a7a8a9, #8d8f91, #6b6d70, #4a4d4f);
}

Silent Shadows color palette created on .