Sunset Over the Ocean カラーパレット

美しいSunset Over the Oceanカラーパレットをご紹介します。equator (#e1b96b), tussock (#c18f3e), ship cove (#7092b2), horizon (#5f88ab) and san marino (#4579a1)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

Sunset Over the Oceanパレットを使った美しいUIコンポーネントを探索

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

💻 Sunset Over the Ocean カラーパレット CSS

/* CSS */
.color-1 {
color: #e1b96b;
}
.color-2 {
color: #c18f3e;
}
.color-3 {
color: #7092b2;
}
.color-4 {
color: #5f88ab;
}
.color-5 {
color: #4579a1;
}

/* CSS Variables */
:root {
--color-1: #e1b96b;
--color-2: #c18f3e;
--color-3: #7092b2;
--color-4: #5f88ab;
--color-5: #4579a1;
}

🌈 Sunset Over the Ocean の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1b96b, #c18f3e, #7092b2, #5f88ab, #4579a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1b96b, #c18f3e, #7092b2, #5f88ab, #4579a1);
}

Sunset Over the Ocean color palette created on .