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