Cotton Candy Sunset カラーパレット

美しいCotton Candy Sunsetカラーパレットをご紹介します。magenta / fuchsia (#ff00ea), supernova (#ffc800), wild watermelon (#ff5c7a), yellow orange (#ffa142) and salomie (#ffeb8a)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #ff00ea;
}
.color-2 {
color: #ffc800;
}
.color-3 {
color: #ff5c7a;
}
.color-4 {
color: #ffa142;
}
.color-5 {
color: #ffeb8a;
}

/* CSS Variables */
:root {
--color-1: #ff00ea;
--color-2: #ffc800;
--color-3: #ff5c7a;
--color-4: #ffa142;
--color-5: #ffeb8a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff00ea, #ffc800, #ff5c7a, #ffa142, #ffeb8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff00ea, #ffc800, #ff5c7a, #ffa142, #ffeb8a);
}

Cotton Candy Sunset color palette created on .