40s Sunshine カラーパレット

美しい40s Sunshineカラーパレットをご紹介します。driftwood (#b08345), apple blossom (#ae4742), brown rust (#a95b37), go ben (#797c4b) and abbey (#4a5054)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

40s Sunshineパレットを使った美しいUIコンポーネントを探索

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

💻 40s Sunshine カラーパレット CSS

/* CSS */
.color-1 {
color: #b08345;
}
.color-2 {
color: #ae4742;
}
.color-3 {
color: #a95b37;
}
.color-4 {
color: #797c4b;
}
.color-5 {
color: #4a5054;
}

/* CSS Variables */
:root {
--color-1: #b08345;
--color-2: #ae4742;
--color-3: #a95b37;
--color-4: #797c4b;
--color-5: #4a5054;
}

🌈 40s Sunshine の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b08345, #ae4742, #a95b37, #797c4b, #4a5054);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b08345, #ae4742, #a95b37, #797c4b, #4a5054);
}

40s Sunshine color palette created on .