Shades of Teal カラーパレット
美しいShades of Tealカラーパレットをご紹介します。turquoise blue (#70e6dc), turquoise (#4cd6c2), shamrock (#2bc5a6), mountain meadow (#1daf8b) and green haze (#009969)で構成されています。
明るさ
彩度
暖かさ
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Shades of Tealパレットを使った美しいUIコンポーネントを探索
💻 Shades of Teal カラーパレット CSS
/* CSS */
.color-1 {
color: #70e6dc;
}
.color-2 {
color: #4cd6c2;
}
.color-3 {
color: #2bc5a6;
}
.color-4 {
color: #1daf8b;
}
.color-5 {
color: #009969;
}
/* CSS Variables */
:root {
--color-1: #70e6dc;
--color-2: #4cd6c2;
--color-3: #2bc5a6;
--color-4: #1daf8b;
--color-5: #009969;
} 🌈 Shades of Teal の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #70e6dc, #4cd6c2, #2bc5a6, #1daf8b, #009969);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #70e6dc, #4cd6c2, #2bc5a6, #1daf8b, #009969);
} 🔗 似たようなカラーパレットを探索
Shades of Teal color palette created on .