Mossy Serenity カラーパレット

美しいMossy Serenityカラーパレットをご紹介します。spring rain (#a4c6a6), laurel (#6a9a6d), hippie green (#4b7c53), tom thumb (#3b5a3a) and green kelp (#2c3e28)で構成されています。

明るさ

彩度

暖かさ

私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:カラーパレットと組み合わせ。

💡 できること

ColorMagicでは簡単に以下のことができます:
  • デザインに正確なHEXコードとRGB値をコピー
  • 明度、彩度、暖度を調整して新しいバリエーションを作成
  • UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
  • 背景グラデーションやカラー変数を含むCSSコードをコピー
  • パレットをダウンロード
  • チームメンバーやクライアントとパレットを共有

🎨 UIコンポーネントのプレビュー

UI例

Mossy Serenityパレットを使った美しいUIコンポーネントを探索

このパレットを共有する先:

💻 Mossy Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #a4c6a6;
}
.color-2 {
color: #6a9a6d;
}
.color-3 {
color: #4b7c53;
}
.color-4 {
color: #3b5a3a;
}
.color-5 {
color: #2c3e28;
}

/* CSS Variables */
:root {
--color-1: #a4c6a6;
--color-2: #6a9a6d;
--color-3: #4b7c53;
--color-4: #3b5a3a;
--color-5: #2c3e28;
}

🌈 Mossy Serenity の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c6a6, #6a9a6d, #4b7c53, #3b5a3a, #2c3e28);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c6a6, #6a9a6d, #4b7c53, #3b5a3a, #2c3e28);
}

Mossy Serenity color palette created on .