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