Morena Sunset カラーパレット

美しいMorena Sunsetカラーパレットをご紹介します。opium (#8e717b), pharlap (#aa7d83), eunry (#d39e97), putty (#ebc999) and equator (#e4c967)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Morena Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #8e717b;
}
.color-2 {
color: #aa7d83;
}
.color-3 {
color: #d39e97;
}
.color-4 {
color: #ebc999;
}
.color-5 {
color: #e4c967;
}

/* CSS Variables */
:root {
--color-1: #8e717b;
--color-2: #aa7d83;
--color-3: #d39e97;
--color-4: #ebc999;
--color-5: #e4c967;
}

🌈 Morena Sunset の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8e717b, #aa7d83, #d39e97, #ebc999, #e4c967);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8e717b, #aa7d83, #d39e97, #ebc999, #e4c967);
}

Morena Sunset color palette created on .