Tropical Dreamscape カラーパレット

美しいTropical Dreamscapeカラーパレットをご紹介します。chamois (#eed9b5), shakespeare (#47cacd), amethyst (#c84eca), shocking pink (#ec0ea9) and cosmic (#823a68)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Tropical Dreamscape カラーパレット CSS

/* CSS */
.color-1 {
color: #eed9b5;
}
.color-2 {
color: #47cacd;
}
.color-3 {
color: #c84eca;
}
.color-4 {
color: #ec0ea9;
}
.color-5 {
color: #823a68;
}

/* CSS Variables */
:root {
--color-1: #eed9b5;
--color-2: #47cacd;
--color-3: #c84eca;
--color-4: #ec0ea9;
--color-5: #823a68;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eed9b5, #47cacd, #c84eca, #ec0ea9, #823a68);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eed9b5, #47cacd, #c84eca, #ec0ea9, #823a68);
}

Tropical Dreamscape color palette created on .