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