美しいTropical Serenityカラーパレットをご紹介します。elm (#1e8a83), puerto rico (#4cc8c6), bermuda (#7dd9d5), morning glory (#a4e0e0) and mint tulip (#c1f1f1)で構成されています。

Tropical Serenity カラーパレット

明るさ

彩度

暖かさ

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

💡 できること

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

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

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

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

UI例

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

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

💻 Tropical Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #1e8a83;
}
.color-2 {
color: #4cc8c6;
}
.color-3 {
color: #7dd9d5;
}
.color-4 {
color: #a4e0e0;
}
.color-5 {
color: #c1f1f1;
}

/* CSS Variables */
:root {
--color-1: #1e8a83;
--color-2: #4cc8c6;
--color-3: #7dd9d5;
--color-4: #a4e0e0;
--color-5: #c1f1f1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e8a83, #4cc8c6, #7dd9d5, #a4e0e0, #c1f1f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e8a83, #4cc8c6, #7dd9d5, #a4e0e0, #c1f1f1);
}

Tropical Serenity color palette created on .