Shades of Sand カラーパレット

美しいShades of Sandカラーパレットをご紹介します。anzac (#e5b148), brandy punch (#d68a38), crail (#c3603c), chestnut (#b54f56) and cannon pink (#7f3d7a)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

Shades of Sandパレットを使った美しいUIコンポーネントを探索

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

💻 Shades of Sand カラーパレット CSS

/* CSS */
.color-1 {
color: #e5b148;
}
.color-2 {
color: #d68a38;
}
.color-3 {
color: #c3603c;
}
.color-4 {
color: #b54f56;
}
.color-5 {
color: #7f3d7a;
}

/* CSS Variables */
:root {
--color-1: #e5b148;
--color-2: #d68a38;
--color-3: #c3603c;
--color-4: #b54f56;
--color-5: #7f3d7a;
}

🌈 Shades of Sand の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5b148, #d68a38, #c3603c, #b54f56, #7f3d7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5b148, #d68a38, #c3603c, #b54f56, #7f3d7a);
}

Shades of Sand color palette created on .