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