Whiskers in Sunset カラーパレット

美しいWhiskers in Sunsetカラーパレットをご紹介します。saffron mango (#f9c85d), zest (#e57b1f), tuscany (#b44f2d), solid pink (#8c3b4b) and buccaneer (#5a2a3b)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Whiskers in Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #f9c85d;
}
.color-2 {
color: #e57b1f;
}
.color-3 {
color: #b44f2d;
}
.color-4 {
color: #8c3b4b;
}
.color-5 {
color: #5a2a3b;
}

/* CSS Variables */
:root {
--color-1: #f9c85d;
--color-2: #e57b1f;
--color-3: #b44f2d;
--color-4: #8c3b4b;
--color-5: #5a2a3b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c85d, #e57b1f, #b44f2d, #8c3b4b, #5a2a3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c85d, #e57b1f, #b44f2d, #8c3b4b, #5a2a3b);
}

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