Sunset Serenade カラーパレット
美しいSunset Serenadeカラーパレットをご紹介します。tree poppy (#f89b20), energy yellow (#f7d850), cinnabar (#e34d2b), morning glory (#a3d3e0) and bittersweet (#ff6e61)で構成されています。
明るさ
彩度
暖かさ
私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:カラーパレットと組み合わせ。
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Sunset Serenadeパレットを使った美しいUIコンポーネントを探索
💻 Sunset Serenade カラーパレット CSS
/* CSS */
.color-1 {
color: #f89b20;
}
.color-2 {
color: #f7d850;
}
.color-3 {
color: #e34d2b;
}
.color-4 {
color: #a3d3e0;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #f89b20;
--color-2: #f7d850;
--color-3: #e34d2b;
--color-4: #a3d3e0;
--color-5: #ff6e61;
} 🌈 Sunset Serenade の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f89b20, #f7d850, #e34d2b, #a3d3e0, #ff6e61);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f89b20, #f7d850, #e34d2b, #a3d3e0, #ff6e61);
} Sunset Serenade color palette created on .