Cotton Candy Dreams カラーパレット

美しいCotton Candy Dreamsカラーパレットをご紹介します。hot pink (#ff80bd), mona lisa (#ff9e9e), texas rose (#ffb54d), mustard (#ffdb4d) and wild watermelon (#ff5c8a)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #ff80bd;
}
.color-2 {
color: #ff9e9e;
}
.color-3 {
color: #ffb54d;
}
.color-4 {
color: #ffdb4d;
}
.color-5 {
color: #ff5c8a;
}

/* CSS Variables */
:root {
--color-1: #ff80bd;
--color-2: #ff9e9e;
--color-3: #ffb54d;
--color-4: #ffdb4d;
--color-5: #ff5c8a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff80bd, #ff9e9e, #ffb54d, #ffdb4d, #ff5c8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff80bd, #ff9e9e, #ffb54d, #ffdb4d, #ff5c8a);
}

Cotton Candy Dreams color palette created on .