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