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