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