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