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