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