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