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