Teal Sport カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Teal Sport palette
Teal Sport カラーパレット CSS
/* CSS */
.color-1 {
color: #1f8a8e;
}
.color-2 {
color: #3cb991;
}
.color-3 {
color: #5fdd9c;
}
.color-4 {
color: #a3ed9c;
}
.color-5 {
color: #e4f9b4;
}
/* CSS Variables */
:root {
--color-1: #1f8a8e;
--color-2: #3cb991;
--color-3: #5fdd9c;
--color-4: #a3ed9c;
--color-5: #e4f9b4;
}
Teal Sport の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8a8e, #3cb991, #5fdd9c, #a3ed9c, #e4f9b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8a8e, #3cb991, #5fdd9c, #a3ed9c, #e4f9b4);
}
似たようなカラーパレット
下にスクロールして1000+個のエステティックカラーパレットを探索しましょう
Teal Sport color palette created on .