Cotton Candy Dreams カラーパレット

美しいCotton Candy Dreamsカラーパレットをご紹介します。aquamarine blue (#79dcdc), pink salmon (#ff8a9d), chablis (#fff0f0), cosmos (#ffdbdb) and pink salmon (#ff9eb3)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #79dcdc;
}
.color-2 {
color: #ff8a9d;
}
.color-3 {
color: #fff0f0;
}
.color-4 {
color: #ffdbdb;
}
.color-5 {
color: #ff9eb3;
}

/* CSS Variables */
:root {
--color-1: #79dcdc;
--color-2: #ff8a9d;
--color-3: #fff0f0;
--color-4: #ffdbdb;
--color-5: #ff9eb3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #79dcdc, #ff8a9d, #fff0f0, #ffdbdb, #ff9eb3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #79dcdc, #ff8a9d, #fff0f0, #ffdbdb, #ff9eb3);
}

Cotton Candy Dreams color palette created on .