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