Golden Starsoul カラーパレット

美しいGolden Starsoulカラーパレットをご紹介します。sandy brown (#f3a06d), golden sand (#f2d77d), anzac (#e6b156), raw sienna (#d38c3c) and paarl (#aa612c)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Golden Starsoul カラーパレット CSS

/* CSS */
.color-1 {
color: #f3a06d;
}
.color-2 {
color: #f2d77d;
}
.color-3 {
color: #e6b156;
}
.color-4 {
color: #d38c3c;
}
.color-5 {
color: #aa612c;
}

/* CSS Variables */
:root {
--color-1: #f3a06d;
--color-2: #f2d77d;
--color-3: #e6b156;
--color-4: #d38c3c;
--color-5: #aa612c;
}

🌈 Golden Starsoul の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a06d, #f2d77d, #e6b156, #d38c3c, #aa612c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a06d, #f2d77d, #e6b156, #d38c3c, #aa612c);
}

Golden Starsoul color palette created on .