Blue Sunset カラーパレット

美しいBlue Sunsetカラーパレットをご紹介します。blue lagoon (#046c80), brown (#8a5e00), brown (#8f3c00), rustic red (#530404) and dark burgundy (#830b07)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Blue Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #046c80;
}
.color-2 {
color: #8a5e00;
}
.color-3 {
color: #8f3c00;
}
.color-4 {
color: #530404;
}
.color-5 {
color: #830b07;
}

/* CSS Variables */
:root {
--color-1: #046c80;
--color-2: #8a5e00;
--color-3: #8f3c00;
--color-4: #530404;
--color-5: #830b07;
}

🌈 Blue Sunset の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #046c80, #8a5e00, #8f3c00, #530404, #830b07);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #046c80, #8a5e00, #8f3c00, #530404, #830b07);
}

Blue Sunsetカラーパレットはに作成されました。