Warm Grey Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Warm Grey Green palette

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

Warm Grey Green カラーパレット CSS

/* CSS */
.color-1 {
color: #a7a8aa;
}
.color-2 {
color: #7c8a56;
}
.color-3 {
color: #e4d0b4;
}
.color-4 {
color: #c0b08c;
}
.color-5 {
color: #505e3b;
}

/* CSS Variables */
:root {
--color-1: #a7a8aa;
--color-2: #7c8a56;
--color-3: #e4d0b4;
--color-4: #c0b08c;
--color-5: #505e3b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7a8aa, #7c8a56, #e4d0b4, #c0b08c, #505e3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7a8aa, #7c8a56, #e4d0b4, #c0b08c, #505e3b);
}

Warm Grey Green color palette created on .