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