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