Cinnamoroll Dreams カラーパレット

美しいCinnamoroll Dreamsカラーパレットをご紹介します。vanilla ice (#efd2e7), spindle (#b1c6e7), light orchid (#e7b6d2), peach yellow (#f9e8ae) and illusion (#f2a1c5)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Cinnamoroll Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #efd2e7;
}
.color-2 {
color: #b1c6e7;
}
.color-3 {
color: #e7b6d2;
}
.color-4 {
color: #f9e8ae;
}
.color-5 {
color: #f2a1c5;
}

/* CSS Variables */
:root {
--color-1: #efd2e7;
--color-2: #b1c6e7;
--color-3: #e7b6d2;
--color-4: #f9e8ae;
--color-5: #f2a1c5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #efd2e7, #b1c6e7, #e7b6d2, #f9e8ae, #f2a1c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #efd2e7, #b1c6e7, #e7b6d2, #f9e8ae, #f2a1c5);
}

Cinnamoroll Dreams color palette created on .