Shades of Yellow Blue カラーパレット

美しいShades of Yellow Blueカラーパレットをご紹介します。anzac (#e2b24b), sandwisp (#f6e4a2), regent st blue (#a2d0e2), calypso (#3e6e93) and mulled wine (#4b3d6c)で構成されています。

明るさ

彩度

暖かさ

私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Bright, Yellow, Blue, Fun, Vintageカラーパレットと組み合わせ。

💡 できること

ColorMagicでは簡単に以下のことができます:
  • デザインに正確なHEXコードとRGB値をコピー
  • 明度、彩度、暖度を調整して新しいバリエーションを作成
  • UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
  • 背景グラデーションやカラー変数を含むCSSコードをコピー
  • パレットをダウンロード
  • チームメンバーやクライアントとパレットを共有

🎨 UIコンポーネントのプレビュー

UI例

Shades of Yellow Blueパレットを使った美しいUIコンポーネントを探索

このパレットを共有する先:

💻 Shades of Yellow Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #e2b24b;
}
.color-2 {
color: #f6e4a2;
}
.color-3 {
color: #a2d0e2;
}
.color-4 {
color: #3e6e93;
}
.color-5 {
color: #4b3d6c;
}

/* CSS Variables */
:root {
--color-1: #e2b24b;
--color-2: #f6e4a2;
--color-3: #a2d0e2;
--color-4: #3e6e93;
--color-5: #4b3d6c;
}

🌈 Shades of Yellow Blue の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2b24b, #f6e4a2, #a2d0e2, #3e6e93, #4b3d6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2b24b, #f6e4a2, #a2d0e2, #3e6e93, #4b3d6c);
}

Shades of Yellow Blue color palette created on .