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