Kiki's Vibrant Dreamscape カラーパレット

美しいKiki's Vibrant Dreamscapeカラーパレットをご紹介します。burning orange (#ff6e42), sunshade (#ffa12e), bright sun (#ffcb3d), alpine (#aaae32) and deluge (#7a6aa9)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

Kiki's Vibrant Dreamscapeパレットを使った美しいUIコンポーネントを探索

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

💻 Kiki's Vibrant Dreamscape カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6e42;
}
.color-2 {
color: #ffa12e;
}
.color-3 {
color: #ffcb3d;
}
.color-4 {
color: #aaae32;
}
.color-5 {
color: #7a6aa9;
}

/* CSS Variables */
:root {
--color-1: #ff6e42;
--color-2: #ffa12e;
--color-3: #ffcb3d;
--color-4: #aaae32;
--color-5: #7a6aa9;
}

🌈 Kiki's Vibrant Dreamscape の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e42, #ffa12e, #ffcb3d, #aaae32, #7a6aa9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e42, #ffa12e, #ffcb3d, #aaae32, #7a6aa9);
}

Kiki's Vibrant Dreamscape color palette created on .