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