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