Celestial Embertones カラーパレット

美しいCelestial Embertonesカラーパレットをご紹介します。raw sienna (#d47854), coral tree (#ab6d6f), au chico (#8c635f), grape (#321744) and harvest gold (#dbaf70)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Celestial Embertones カラーパレット CSS

/* CSS */
.color-1 {
color: #d47854;
}
.color-2 {
color: #ab6d6f;
}
.color-3 {
color: #8c635f;
}
.color-4 {
color: #321744;
}
.color-5 {
color: #dbaf70;
}

/* CSS Variables */
:root {
--color-1: #d47854;
--color-2: #ab6d6f;
--color-3: #8c635f;
--color-4: #321744;
--color-5: #dbaf70;
}

🌈 Celestial Embertones の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d47854, #ab6d6f, #8c635f, #321744, #dbaf70);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d47854, #ab6d6f, #8c635f, #321744, #dbaf70);
}

Celestial Embertones color palette created on .