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