Whispers of Verdant Stone カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Verdant Stone palette

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

Whispers of Verdant Stone カラーパレット CSS

/* CSS */
.color-1 {
color: #b7b8b7;
}
.color-2 {
color: #98999a;
}
.color-3 {
color: #898880;
}
.color-4 {
color: #7b776b;
}
.color-5 {
color: #656358;
}

/* CSS Variables */
:root {
--color-1: #b7b8b7;
--color-2: #98999a;
--color-3: #898880;
--color-4: #7b776b;
--color-5: #656358;
}

Whispers of Verdant Stone の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b7b8b7, #98999a, #898880, #7b776b, #656358);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b7b8b7, #98999a, #898880, #7b776b, #656358);
}

Whispers of Verdant Stone color palette created on .