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