Celestial Dawn カラーパレット

美しいCelestial Dawnカラーパレットをご紹介します。bittersweet (#ff6e61), coral (#ff8b42), texas rose (#ffb54d), mustard (#ffe057) and sandwisp (#f4e3a4)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Celestial Dawn カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff8b42;
}
.color-3 {
color: #ffb54d;
}
.color-4 {
color: #ffe057;
}
.color-5 {
color: #f4e3a4;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff8b42;
--color-3: #ffb54d;
--color-4: #ffe057;
--color-5: #f4e3a4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff8b42, #ffb54d, #ffe057, #f4e3a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff8b42, #ffb54d, #ffe057, #f4e3a4);
}

Celestial Dawn color palette created on .