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