Sunset Whispers カラーパレット
美しいSunset Whispersカラーパレットをご紹介します。white (#ffffff), dust storm (#e4cecd), saffron mango (#f9c262), oriental pink (#c59291) and cape palliser (#a97c42)で構成されています。
明るさ
彩度
暖かさ
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Sunset Whispersパレットを使った美しいUIコンポーネントを探索
💻 Sunset Whispers カラーパレット CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #e4cecd;
}
.color-3 {
color: #f9c262;
}
.color-4 {
color: #c59291;
}
.color-5 {
color: #a97c42;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #e4cecd;
--color-3: #f9c262;
--color-4: #c59291;
--color-5: #a97c42;
}
🌈 Sunset Whispers の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #e4cecd, #f9c262, #c59291, #a97c42);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #e4cecd, #f9c262, #c59291, #a97c42);
}
🔗 似たようなカラーパレットを探索
Sunset Whispers color palette created on .