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