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