美しいPastoral Serenityカラーパレットをご紹介します。norway (#8fbc8f), moss green (#b2e0b2), peppermint (#d4f2d4), sandwisp (#f4e1a4) and apricot peach (#f9c8b4)で構成されています。

Pastoral Serenity カラーパレット

明るさ

彩度

暖かさ

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

💡 できること

ColorMagicでは簡単に以下のことができます:

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

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

Pastoral Serenityパレットが実際のUIコンポーネントやデザイン要素でどのように機能するかを探索してください。

UI例

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

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

💻 Pastoral Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #8fbc8f;
}
.color-2 {
color: #b2e0b2;
}
.color-3 {
color: #d4f2d4;
}
.color-4 {
color: #f4e1a4;
}
.color-5 {
color: #f9c8b4;
}

/* CSS Variables */
:root {
--color-1: #8fbc8f;
--color-2: #b2e0b2;
--color-3: #d4f2d4;
--color-4: #f4e1a4;
--color-5: #f9c8b4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8fbc8f, #b2e0b2, #d4f2d4, #f4e1a4, #f9c8b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8fbc8f, #b2e0b2, #d4f2d4, #f4e1a4, #f9c8b4);
}

Pastoral Serenity color palette created on .