Hello Kitty Dreams カラーパレット

美しいHello Kitty Dreamsカラーパレットをご紹介します。illusion (#f6a7c1), chantilly (#f9c3d4), we peep (#f9e6e9), azalea (#f4c3d8) and wewak (#f29cbb)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Hello Kitty Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #f6a7c1;
}
.color-2 {
color: #f9c3d4;
}
.color-3 {
color: #f9e6e9;
}
.color-4 {
color: #f4c3d8;
}
.color-5 {
color: #f29cbb;
}

/* CSS Variables */
:root {
--color-1: #f6a7c1;
--color-2: #f9c3d4;
--color-3: #f9e6e9;
--color-4: #f4c3d8;
--color-5: #f29cbb;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a7c1, #f9c3d4, #f9e6e9, #f4c3d8, #f29cbb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a7c1, #f9c3d4, #f9e6e9, #f4c3d8, #f29cbb);
}

Hello Kitty Dreams color palette created on .