Cotton Candy Dreams カラーパレット

美しいCotton Candy Dreamsカラーパレットをご紹介します。hot pink (#ff75b6), mona lisa (#ff9e9e), cherokee (#fddc96), marzipan (#f8e59b) and yellow orange (#ffb347)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Cotton Candy Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #ff75b6;
}
.color-2 {
color: #ff9e9e;
}
.color-3 {
color: #fddc96;
}
.color-4 {
color: #f8e59b;
}
.color-5 {
color: #ffb347;
}

/* CSS Variables */
:root {
--color-1: #ff75b6;
--color-2: #ff9e9e;
--color-3: #fddc96;
--color-4: #f8e59b;
--color-5: #ffb347;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff75b6, #ff9e9e, #fddc96, #f8e59b, #ffb347);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff75b6, #ff9e9e, #fddc96, #f8e59b, #ffb347);
}

Cotton Candy Dreams color palette created on .