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