Sunset on Steel Shores カラーパレット

美しいSunset on Steel Shoresカラーパレットをご紹介します。blue zodiac (#150f48), turbo (#ffe100), casablanca (#f8c749), blaze orange (#ff5e00) and wild strawberry (#ff2e93)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

Sunset on Steel Shoresパレットを使った美しいUIコンポーネントを探索

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

💻 Sunset on Steel Shores カラーパレット CSS

/* CSS */
.color-1 {
color: #150f48;
}
.color-2 {
color: #ffe100;
}
.color-3 {
color: #f8c749;
}
.color-4 {
color: #ff5e00;
}
.color-5 {
color: #ff2e93;
}

/* CSS Variables */
:root {
--color-1: #150f48;
--color-2: #ffe100;
--color-3: #f8c749;
--color-4: #ff5e00;
--color-5: #ff2e93;
}

🌈 Sunset on Steel Shores の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #150f48, #ffe100, #f8c749, #ff5e00, #ff2e93);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #150f48, #ffe100, #f8c749, #ff5e00, #ff2e93);
}

Sunset on Steel Shores color palette created on .