Nature's Serenade カラーパレット

美しいNature's Serenadeカラーパレットをご紹介します。moss green (#a4d5b6), wheat (#f6e8b1), manhattan (#f7c5a6), apricot (#f28d78) and japonica (#d86969)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

Nature's Serenadeパレットを使った美しいUIコンポーネントを探索

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

💻 Nature's Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #a4d5b6;
}
.color-2 {
color: #f6e8b1;
}
.color-3 {
color: #f7c5a6;
}
.color-4 {
color: #f28d78;
}
.color-5 {
color: #d86969;
}

/* CSS Variables */
:root {
--color-1: #a4d5b6;
--color-2: #f6e8b1;
--color-3: #f7c5a6;
--color-4: #f28d78;
--color-5: #d86969;
}

🌈 Nature's Serenade の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4d5b6, #f6e8b1, #f7c5a6, #f28d78, #d86969);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4d5b6, #f6e8b1, #f7c5a6, #f28d78, #d86969);
}

Nature's Serenade color palette created on .