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