Gray Stagesmoke カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Gray Stagesmoke palette

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

Gray Stagesmoke カラーパレット CSS

/* CSS */
.color-1 {
color: #292c33;
}
.color-2 {
color: #494f5a;
}
.color-3 {
color: #6b7085;
}
.color-4 {
color: #a2aebe;
}
.color-5 {
color: #f5c96b;
}

/* CSS Variables */
:root {
--color-1: #292c33;
--color-2: #494f5a;
--color-3: #6b7085;
--color-4: #a2aebe;
--color-5: #f5c96b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #292c33, #494f5a, #6b7085, #a2aebe, #f5c96b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #292c33, #494f5a, #6b7085, #a2aebe, #f5c96b);
}

Gray Stagesmoke color palette created on .