Looey Dandy's World カラーパレット

美しいLooey Dandy's Worldカラーパレットをご紹介します。white (#ffffff), medium purple (#af6fe7), golden sand (#f1d579), ebony (#0b050f) and screamin' green (#84f570)で構成されています。

明るさ

彩度

暖かさ

私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:White, Purple, Yellow, Black, Green, Bright, Soft, Modern, Elegant, Vibrant, Looey, Dandys Worldカラーパレットと組み合わせ。

💡 できること

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

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

UI例

Looey Dandy's Worldパレットを使った美しいUIコンポーネントを探索

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

💻 Looey Dandy's World カラーパレット CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #af6fe7;
}
.color-3 {
color: #f1d579;
}
.color-4 {
color: #0b050f;
}
.color-5 {
color: #84f570;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #af6fe7;
--color-3: #f1d579;
--color-4: #0b050f;
--color-5: #84f570;
}

🌈 Looey Dandy's World の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #af6fe7, #f1d579, #0b050f, #84f570);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #af6fe7, #f1d579, #0b050f, #84f570);
}

Looey Dandy's World color palette created on .