Seeking the Sun カラーパレット

美しいSeeking the Sunカラーパレットをご紹介します。energy yellow (#f8d859), buttercup (#f5a524), crusta (#f86c30), mandy (#e94e77) and hibiscus (#b42d6c)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

Seeking the Sunパレットを使った美しいUIコンポーネントを探索

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

💻 Seeking the Sun カラーパレット CSS

/* CSS */
.color-1 {
color: #f8d859;
}
.color-2 {
color: #f5a524;
}
.color-3 {
color: #f86c30;
}
.color-4 {
color: #e94e77;
}
.color-5 {
color: #b42d6c;
}

/* CSS Variables */
:root {
--color-1: #f8d859;
--color-2: #f5a524;
--color-3: #f86c30;
--color-4: #e94e77;
--color-5: #b42d6c;
}

🌈 Seeking the Sun の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d859, #f5a524, #f86c30, #e94e77, #b42d6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d859, #f5a524, #f86c30, #e94e77, #b42d6c);
}

Seeking the Sunカラーパレットはに作成されました。