Whispers of Verdant Mist カラーパレット
美しいWhispers of Verdant Mistカラーパレットをご紹介します。black haze (#f9fafa), silver sand (#c4c5c5), gunsmoke (#808583), forest green (#188121) and cape cod (#49504e)で構成されています。
明るさ
彩度
暖かさ
私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Minimalist, Modernカラーパレットと組み合わせ。
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Whispers of Verdant Mistパレットを使った美しいUIコンポーネントを探索
💻 Whispers of Verdant Mist カラーパレット CSS
/* CSS */
.color-1 {
color: #f9fafa;
}
.color-2 {
color: #c4c5c5;
}
.color-3 {
color: #808583;
}
.color-4 {
color: #188121;
}
.color-5 {
color: #49504e;
}
/* CSS Variables */
:root {
--color-1: #f9fafa;
--color-2: #c4c5c5;
--color-3: #808583;
--color-4: #188121;
--color-5: #49504e;
} 🌈 Whispers of Verdant Mist の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9fafa, #c4c5c5, #808583, #188121, #49504e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9fafa, #c4c5c5, #808583, #188121, #49504e);
} 🔗 似たようなカラーパレットを探索
Whispers of Verdant Mist color palette created on .