Tropical Serenity カラーパレット

美しいTropical Serenityカラーパレットをご紹介します。observatory (#009474), shamrock (#2ac69f), viking (#59e3b0), morning glory (#a3e1d2) and blue romance (#d0f6e2)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Tropical Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #009474;
}
.color-2 {
color: #2ac69f;
}
.color-3 {
color: #59e3b0;
}
.color-4 {
color: #a3e1d2;
}
.color-5 {
color: #d0f6e2;
}

/* CSS Variables */
:root {
--color-1: #009474;
--color-2: #2ac69f;
--color-3: #59e3b0;
--color-4: #a3e1d2;
--color-5: #d0f6e2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #009474, #2ac69f, #59e3b0, #a3e1d2, #d0f6e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #009474, #2ac69f, #59e3b0, #a3e1d2, #d0f6e2);
}

Tropical Serenity color palette created on .