Ash Gray カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Ash Gray palette
Ash Gray カラーパレット CSS
/* CSS */
.color-1 {
color: #afb2b6;
}
.color-2 {
color: #8b8f92;
}
.color-3 {
color: #6a6e71;
}
.color-4 {
color: #4e5255;
}
.color-5 {
color: #3a3d40;
}
/* CSS Variables */
:root {
--color-1: #afb2b6;
--color-2: #8b8f92;
--color-3: #6a6e71;
--color-4: #4e5255;
--color-5: #3a3d40;
}
Ash Gray の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #afb2b6, #8b8f92, #6a6e71, #4e5255, #3a3d40);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #afb2b6, #8b8f92, #6a6e71, #4e5255, #3a3d40);
}
似たようなカラーパレット
Ash Gray color palette created on .