美しいWarm Shades of Pinkカラーパレットをご紹介します。bittersweet (#ff6e61), yellow orange (#ff9e42), goldenrod (#ffcf75), karry (#ffead1) and radical red (#ff3d5a)で構成されています。
Warm Shades of Pink カラーパレット
明るさ
彩度
暖かさ
私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、カラーパレットと組み合わせの特性を共有しています。
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
Warm Shades of Pinkパレットが実際のUIコンポーネントやデザイン要素でどのように機能するかを探索してください。
UI例
Warm Shades of Pinkパレットを使った美しいUIコンポーネントを探索
💻 Warm Shades of Pink カラーパレット CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9e42;
}
.color-3 {
color: #ffcf75;
}
.color-4 {
color: #ffead1;
}
.color-5 {
color: #ff3d5a;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9e42;
--color-3: #ffcf75;
--color-4: #ffead1;
--color-5: #ff3d5a;
}
🌈 Warm Shades of Pink の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9e42, #ffcf75, #ffead1, #ff3d5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9e42, #ffcf75, #ffead1, #ff3d5a);
}
🔗 似たようなカラーパレットを探索
Warm Shades of Pink color palette created on .