Sands of Serenity カラーパレット
美しいSands of Serenityカラーパレットをご紹介します。tan (#d3b58d), zombie (#e8cca1), maize (#f6d6a7), wewak (#f6a4a2) and burnt sienna (#e35e4a)で構成されています。
明るさ
彩度
暖かさ
💡 できること
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 .