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