Neon Dreamscape カラーパレット
美しいNeon Dreamscapeカラーパレットをご紹介します。robin's egg blue (#00bdd6), wild strawberry (#ff4281), gorse (#ffec3d), froly (#f06090) and san marino (#4051b5)で構成されています。
明るさ
彩度
暖かさ
私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:80s, Aesthetic, Bright, Magentaカラーパレットと組み合わせ。
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Neon Dreamscapeパレットを使った美しいUIコンポーネントを探索
💻 Neon Dreamscape カラーパレット CSS
/* CSS */
.color-1 {
color: #00bdd6;
}
.color-2 {
color: #ff4281;
}
.color-3 {
color: #ffec3d;
}
.color-4 {
color: #f06090;
}
.color-5 {
color: #4051b5;
}
/* CSS Variables */
:root {
--color-1: #00bdd6;
--color-2: #ff4281;
--color-3: #ffec3d;
--color-4: #f06090;
--color-5: #4051b5;
}
🌈 Neon Dreamscape の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00bdd6, #ff4281, #ffec3d, #f06090, #4051b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00bdd6, #ff4281, #ffec3d, #f06090, #4051b5);
}
🔗 似たようなカラーパレットを探索
Neon Dreamscape color palette created on .