Sunset Sipper カラーパレット

美しいSunset Sipperカラーパレットをご紹介します。apricot peach (#f9c9a9), hit pink (#fbaf89), sandy brown (#f09266), burnt sienna (#ea6a4d) and contessa (#c76b6b)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Sunset Sipper カラーパレット CSS

/* CSS */
.color-1 {
color: #f9c9a9;
}
.color-2 {
color: #fbaf89;
}
.color-3 {
color: #f09266;
}
.color-4 {
color: #ea6a4d;
}
.color-5 {
color: #c76b6b;
}

/* CSS Variables */
:root {
--color-1: #f9c9a9;
--color-2: #fbaf89;
--color-3: #f09266;
--color-4: #ea6a4d;
--color-5: #c76b6b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c9a9, #fbaf89, #f09266, #ea6a4d, #c76b6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c9a9, #fbaf89, #f09266, #ea6a4d, #c76b6b);
}

Sunset Sipper color palette created on .