Celestial Dance カラーパレット
美しいCelestial Danceカラーパレットをご紹介します。candlelight (#f9d624), orange (#ff6d1f), california (#ff9900), radical red (#ff3d6e) and chambray (#3c4a9a)で構成されています。
明るさ
彩度
暖かさ
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Celestial Danceパレットを使った美しいUIコンポーネントを探索
💻 Celestial Dance カラーパレット CSS
/* CSS */
.color-1 {
color: #f9d624;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ff9900;
}
.color-4 {
color: #ff3d6e;
}
.color-5 {
color: #3c4a9a;
}
/* CSS Variables */
:root {
--color-1: #f9d624;
--color-2: #ff6d1f;
--color-3: #ff9900;
--color-4: #ff3d6e;
--color-5: #3c4a9a;
} 🌈 Celestial Dance の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d624, #ff6d1f, #ff9900, #ff3d6e, #3c4a9a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d624, #ff6d1f, #ff9900, #ff3d6e, #3c4a9a);
} 🔗 似たようなカラーパレットを探索
Celestial Dance color palette created on .