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