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