美しいTropical Serenityカラーパレットをご紹介します。cruise (#b6ece0), water leaf (#a5e9d8), riptide (#8ee6d5), aquamarine blue (#69e2c0) and turquoise (#4dd5b6)で構成されています。

Tropical Serenity カラーパレット

明るさ

彩度

暖かさ

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

💡 できること

ColorMagicでは簡単に以下のことができます:

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

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

Tropical Serenityパレットが実際のUIコンポーネントやデザイン要素でどのように機能するかを探索してください。

UI例

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

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

💻 Tropical Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #b6ece0;
}
.color-2 {
color: #a5e9d8;
}
.color-3 {
color: #8ee6d5;
}
.color-4 {
color: #69e2c0;
}
.color-5 {
color: #4dd5b6;
}

/* CSS Variables */
:root {
--color-1: #b6ece0;
--color-2: #a5e9d8;
--color-3: #8ee6d5;
--color-4: #69e2c0;
--color-5: #4dd5b6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6ece0, #a5e9d8, #8ee6d5, #69e2c0, #4dd5b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6ece0, #a5e9d8, #8ee6d5, #69e2c0, #4dd5b6);
}

Tropical Serenity color palette created on .