Sands of Serenity カラーパレット

美しいSands of Serenityカラーパレットをご紹介します。tan (#d3b58d), zombie (#e8cca1), maize (#f6d6a7), wewak (#f6a4a2) and burnt sienna (#e35e4a)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Sands of Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #d3b58d;
}
.color-2 {
color: #e8cca1;
}
.color-3 {
color: #f6d6a7;
}
.color-4 {
color: #f6a4a2;
}
.color-5 {
color: #e35e4a;
}

/* CSS Variables */
:root {
--color-1: #d3b58d;
--color-2: #e8cca1;
--color-3: #f6d6a7;
--color-4: #f6a4a2;
--color-5: #e35e4a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3b58d, #e8cca1, #f6d6a7, #f6a4a2, #e35e4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3b58d, #e8cca1, #f6d6a7, #f6a4a2, #e35e4a);
}

Sands of Serenity color palette created on .