Warm Gray カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Warm Gray palette

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

Warm Gray カラーパレット CSS

/* CSS */
.color-1 {
color: #d8d2c5;
}
.color-2 {
color: #b3a99e;
}
.color-3 {
color: #a88f8f;
}
.color-4 {
color: #e4b5a0;
}
.color-5 {
color: #d85b3b;
}

/* CSS Variables */
:root {
--color-1: #d8d2c5;
--color-2: #b3a99e;
--color-3: #a88f8f;
--color-4: #e4b5a0;
--color-5: #d85b3b;
}

Warm Gray の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8d2c5, #b3a99e, #a88f8f, #e4b5a0, #d85b3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8d2c5, #b3a99e, #a88f8f, #e4b5a0, #d85b3b);
}

Warm Gray color palette created on .