Dreamy Rose Spectrum カラーパレット

美しいDreamy Rose Spectrumカラーパレットをご紹介します。tickle me pink (#ff7092), golden tainoi (#ffcc4d), cornflower blue (#6a82fb), malibu (#46dafb) and dodger blue (#1f8fff)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

Dreamy Rose Spectrumパレットを使った美しいUIコンポーネントを探索

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

💻 Dreamy Rose Spectrum カラーパレット CSS

/* CSS */
.color-1 {
color: #ff7092;
}
.color-2 {
color: #ffcc4d;
}
.color-3 {
color: #6a82fb;
}
.color-4 {
color: #46dafb;
}
.color-5 {
color: #1f8fff;
}

/* CSS Variables */
:root {
--color-1: #ff7092;
--color-2: #ffcc4d;
--color-3: #6a82fb;
--color-4: #46dafb;
--color-5: #1f8fff;
}

🌈 Dreamy Rose Spectrum の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7092, #ffcc4d, #6a82fb, #46dafb, #1f8fff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7092, #ffcc4d, #6a82fb, #46dafb, #1f8fff);
}

Dreamy Rose Spectrum color palette created on .