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