Tropical Serenity カラーパレット

美しいTropical Serenityカラーパレットをご紹介します。java (#1ab8c7), supernova (#f5c400), orange (#ff6d1f), cornflower lilac (#ffb19e) and blumine (#1d4f8b)で構成されています。

明るさ

彩度

暖かさ

私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Aqua, Yellow, Orange, Bright, Tropicalカラーパレットと組み合わせ。

💡 できること

ColorMagicでは簡単に以下のことができます:
  • デザインに正確なHEXコードとRGB値をコピー
  • 明度、彩度、暖度を調整して新しいバリエーションを作成
  • UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
  • 背景グラデーションやカラー変数を含むCSSコードをコピー
  • パレットをダウンロード
  • チームメンバーやクライアントとパレットを共有

🎨 UIコンポーネントのプレビュー

UI例

Tropical Serenityパレットを使った美しいUIコンポーネントを探索

このパレットを共有する先:

💻 Tropical Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #1ab8c7;
}
.color-2 {
color: #f5c400;
}
.color-3 {
color: #ff6d1f;
}
.color-4 {
color: #ffb19e;
}
.color-5 {
color: #1d4f8b;
}

/* CSS Variables */
:root {
--color-1: #1ab8c7;
--color-2: #f5c400;
--color-3: #ff6d1f;
--color-4: #ffb19e;
--color-5: #1d4f8b;
}

🌈 Tropical Serenity の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1ab8c7, #f5c400, #ff6d1f, #ffb19e, #1d4f8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1ab8c7, #f5c400, #ff6d1f, #ffb19e, #1d4f8b);
}

Tropical Serenity color palette created on .