Tropical Serenity カラーパレット

美しいTropical Serenityカラーパレットをご紹介します。persian green (#00b3aa), east side (#a77ccb), sanguine brown (#8c3b3b), sundown (#ffb3c1) and rio grande (#a8d600)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Tropical Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #00b3aa;
}
.color-2 {
color: #a77ccb;
}
.color-3 {
color: #8c3b3b;
}
.color-4 {
color: #ffb3c1;
}
.color-5 {
color: #a8d600;
}

/* CSS Variables */
:root {
--color-1: #00b3aa;
--color-2: #a77ccb;
--color-3: #8c3b3b;
--color-4: #ffb3c1;
--color-5: #a8d600;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00b3aa, #a77ccb, #8c3b3b, #ffb3c1, #a8d600);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00b3aa, #a77ccb, #8c3b3b, #ffb3c1, #a8d600);
}

Tropical Serenity color palette created on .