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: #b6e2d7;
}
.color-2 {
color: #ade1d2;
}
.color-3 {
color: #a4d6c1;
}
.color-4 {
color: #8dc3b8;
}
.color-5 {
color: #7dbaaf;
}
/* CSS Variables */
:root {
--color-1: #b6e2d7;
--color-2: #ade1d2;
--color-3: #a4d6c1;
--color-4: #8dc3b8;
--color-5: #7dbaaf;
}
Shades of Teal の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6e2d7, #ade1d2, #a4d6c1, #8dc3b8, #7dbaaf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6e2d7, #ade1d2, #a4d6c1, #8dc3b8, #7dbaaf);
}
似たようなカラーパレット
Shades of Teal color palette created on .