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