Sunset Whispers カラーパレット

美しいSunset Whispersカラーパレットをご紹介します。white (#ffffff), dust storm (#e4cecd), saffron mango (#f9c262), oriental pink (#c59291) and cape palliser (#a97c42)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Sunset Whispers カラーパレット CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #e4cecd;
}
.color-3 {
color: #f9c262;
}
.color-4 {
color: #c59291;
}
.color-5 {
color: #a97c42;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #e4cecd;
--color-3: #f9c262;
--color-4: #c59291;
--color-5: #a97c42;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #e4cecd, #f9c262, #c59291, #a97c42);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #e4cecd, #f9c262, #c59291, #a97c42);
}

Sunset Whispers color palette created on .