Tropical Serenity カラーパレット

美しいTropical Serenityカラーパレットをご紹介します。bermuda gray (#6c8ca3), casper (#aac9d5), fringy flower (#bae3d2), cashmere (#e2b4a1) and tacao (#ebaf89)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Tropical Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #6c8ca3;
}
.color-2 {
color: #aac9d5;
}
.color-3 {
color: #bae3d2;
}
.color-4 {
color: #e2b4a1;
}
.color-5 {
color: #ebaf89;
}

/* CSS Variables */
:root {
--color-1: #6c8ca3;
--color-2: #aac9d5;
--color-3: #bae3d2;
--color-4: #e2b4a1;
--color-5: #ebaf89;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6c8ca3, #aac9d5, #bae3d2, #e2b4a1, #ebaf89);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6c8ca3, #aac9d5, #bae3d2, #e2b4a1, #ebaf89);
}

Tropical Serenity color palette created on .