Y2K Dreams カラーパレット

美しいY2K Dreamsカラーパレットをご紹介します。violet (#1b0b4c), minsk (#3c2c8c), blue violet (#5f5fb4), heliotrope (#9e7aff) and mauve (#d2a8ff)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Y2K Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #1b0b4c;
}
.color-2 {
color: #3c2c8c;
}
.color-3 {
color: #5f5fb4;
}
.color-4 {
color: #9e7aff;
}
.color-5 {
color: #d2a8ff;
}

/* CSS Variables */
:root {
--color-1: #1b0b4c;
--color-2: #3c2c8c;
--color-3: #5f5fb4;
--color-4: #9e7aff;
--color-5: #d2a8ff;
}

🌈 Y2K Dreams の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b0b4c, #3c2c8c, #5f5fb4, #9e7aff, #d2a8ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b0b4c, #3c2c8c, #5f5fb4, #9e7aff, #d2a8ff);
}

Y2K Dreams color palette created on .