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