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