Cotton Candy Dreams カラーパレット
美しいCotton Candy Dreamsカラーパレットをご紹介します。lavender rose (#ffb3ff), blizzard blue (#afeeee), energy yellow (#f9e25d), cotton candy (#ffb3d1) and navajo white (#ffd5a8)で構成されています。
明るさ
彩度
暖かさ
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Cotton Candy Dreamsパレットを使った美しいUIコンポーネントを探索
💻 Cotton Candy Dreams カラーパレット CSS
/* CSS */
.color-1 {
color: #ffb3ff;
}
.color-2 {
color: #afeeee;
}
.color-3 {
color: #f9e25d;
}
.color-4 {
color: #ffb3d1;
}
.color-5 {
color: #ffd5a8;
}
/* CSS Variables */
:root {
--color-1: #ffb3ff;
--color-2: #afeeee;
--color-3: #f9e25d;
--color-4: #ffb3d1;
--color-5: #ffd5a8;
} 🌈 Cotton Candy Dreams の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3ff, #afeeee, #f9e25d, #ffb3d1, #ffd5a8);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3ff, #afeeee, #f9e25d, #ffb3d1, #ffd5a8);
} 🔗 似たようなカラーパレットを探索
Cotton Candy Dreams color palette created on .