Nature's Serenade カラーパレット
美しいNature's Serenadeカラーパレットをご紹介します。moss green (#a4d5b6), wheat (#f6e8b1), manhattan (#f7c5a6), apricot (#f28d78) and japonica (#d86969)で構成されています。
明るさ
彩度
暖かさ
💡 できること
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 .