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