Orange Boom カラーパレット

美しいOrange Boomカラーパレットをご紹介します。blaze orange (#ff5e00), selective yellow (#ffb300), school bus yellow (#ffdd00), botticelli (#cde0e5) and cerulean (#00a5e0)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

Orange Boomパレットを使った美しいUIコンポーネントを探索

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

💻 Orange Boom カラーパレット CSS

/* CSS */
.color-1 {
color: #ff5e00;
}
.color-2 {
color: #ffb300;
}
.color-3 {
color: #ffdd00;
}
.color-4 {
color: #cde0e5;
}
.color-5 {
color: #00a5e0;
}

/* CSS Variables */
:root {
--color-1: #ff5e00;
--color-2: #ffb300;
--color-3: #ffdd00;
--color-4: #cde0e5;
--color-5: #00a5e0;
}

🌈 Orange Boom の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5e00, #ffb300, #ffdd00, #cde0e5, #00a5e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5e00, #ffb300, #ffdd00, #cde0e5, #00a5e0);
}

Orange Boom color palette created on .