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