Sunset Serenity カラーパレット

美しいSunset Serenityカラーパレットをご紹介します。web orange (#f5a300), energy yellow (#f6d44c), pixie green (#c1e1c1), morning glory (#a3cfe0) and camelot (#7d2b5b)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Sunset Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #f6d44c;
}
.color-3 {
color: #c1e1c1;
}
.color-4 {
color: #a3cfe0;
}
.color-5 {
color: #7d2b5b;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #f6d44c;
--color-3: #c1e1c1;
--color-4: #a3cfe0;
--color-5: #7d2b5b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #f6d44c, #c1e1c1, #a3cfe0, #7d2b5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #f6d44c, #c1e1c1, #a3cfe0, #7d2b5b);
}

Sunset Serenity color palette created on .