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