Ethereal Echoes カラーパレット

美しいEthereal Echoesカラーパレットをご紹介します。regent st blue (#a1d7e3), casablanca (#f6b741), carrot orange (#f28c26), hot cinnamon (#de531b) and tuscany (#b75b2a)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Ethereal Echoes カラーパレット CSS

/* CSS */
.color-1 {
color: #a1d7e3;
}
.color-2 {
color: #f6b741;
}
.color-3 {
color: #f28c26;
}
.color-4 {
color: #de531b;
}
.color-5 {
color: #b75b2a;
}

/* CSS Variables */
:root {
--color-1: #a1d7e3;
--color-2: #f6b741;
--color-3: #f28c26;
--color-4: #de531b;
--color-5: #b75b2a;
}

🌈 Ethereal Echoes の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1d7e3, #f6b741, #f28c26, #de531b, #b75b2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1d7e3, #f6b741, #f28c26, #de531b, #b75b2a);
}

Ethereal Echoes color palette created on .