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