Tropical Teal Oasis カラーパレット
美しいTropical Teal Oasisカラーパレットをご紹介します。fountain blue (#45baba), scooter (#2cb5b5), eastern blue (#1a9e9e), persian green (#00a8a8) and persian green (#009494)で構成されています。
明るさ
彩度
暖かさ
私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:カラーパレットと組み合わせ。
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Tropical Teal Oasisパレットを使った美しいUIコンポーネントを探索
💻 Tropical Teal Oasis カラーパレット CSS
/* CSS */
.color-1 {
color: #45baba;
}
.color-2 {
color: #2cb5b5;
}
.color-3 {
color: #1a9e9e;
}
.color-4 {
color: #00a8a8;
}
.color-5 {
color: #009494;
}
/* CSS Variables */
:root {
--color-1: #45baba;
--color-2: #2cb5b5;
--color-3: #1a9e9e;
--color-4: #00a8a8;
--color-5: #009494;
} 🌈 Tropical Teal Oasis の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #45baba, #2cb5b5, #1a9e9e, #00a8a8, #009494);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #45baba, #2cb5b5, #1a9e9e, #00a8a8, #009494);
} Tropical Teal Oasis color palette created on .