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