Tropical Serenity カラーパレット

美しいTropical Serenityカラーパレットをご紹介します。wewak (#f6a8a2), rajah (#f5b87f), cream can (#f4d06c), chinook (#a7e6b2) and aquamarine blue (#6bd3e1)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Tropical Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #f6a8a2;
}
.color-2 {
color: #f5b87f;
}
.color-3 {
color: #f4d06c;
}
.color-4 {
color: #a7e6b2;
}
.color-5 {
color: #6bd3e1;
}

/* CSS Variables */
:root {
--color-1: #f6a8a2;
--color-2: #f5b87f;
--color-3: #f4d06c;
--color-4: #a7e6b2;
--color-5: #6bd3e1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a8a2, #f5b87f, #f4d06c, #a7e6b2, #6bd3e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a8a2, #f5b87f, #f4d06c, #a7e6b2, #6bd3e1);
}

Tropical Serenity color palette created on .