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