Sprout カラーパレット
美しいSproutカラーパレットをご紹介します。moss green (#a9dab6), laurel (#6a9a6d), como (#507c6d), mineral green (#3a594d) and outer space (#2e3e3d)で構成されています。
明るさ
彩度
暖かさ
私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Bright, Green, Nature, Springカラーパレットと組み合わせ。
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Sproutパレットを使った美しいUIコンポーネントを探索
💻 Sprout カラーパレット CSS
/* CSS */
.color-1 {
color: #a9dab6;
}
.color-2 {
color: #6a9a6d;
}
.color-3 {
color: #507c6d;
}
.color-4 {
color: #3a594d;
}
.color-5 {
color: #2e3e3d;
}
/* CSS Variables */
:root {
--color-1: #a9dab6;
--color-2: #6a9a6d;
--color-3: #507c6d;
--color-4: #3a594d;
--color-5: #2e3e3d;
} 🌈 Sprout の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9dab6, #6a9a6d, #507c6d, #3a594d, #2e3e3d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9dab6, #6a9a6d, #507c6d, #3a594d, #2e3e3d);
} 🔗 似たようなカラーパレットを探索
Sproutカラーパレットはに作成されました。