Whispers of Narimene カラーパレット

美しいWhispers of Narimeneカラーパレットをご紹介します。rose bud (#f9b1ae), maize (#f6d5a7), hampton (#e3e2b0), spring rain (#a4c6a9) and gulf stream (#80b3b3)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

Whispers of Narimeneパレットを使った美しいUIコンポーネントを探索

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

💻 Whispers of Narimene カラーパレット CSS

/* CSS */
.color-1 {
color: #f9b1ae;
}
.color-2 {
color: #f6d5a7;
}
.color-3 {
color: #e3e2b0;
}
.color-4 {
color: #a4c6a9;
}
.color-5 {
color: #80b3b3;
}

/* CSS Variables */
:root {
--color-1: #f9b1ae;
--color-2: #f6d5a7;
--color-3: #e3e2b0;
--color-4: #a4c6a9;
--color-5: #80b3b3;
}

🌈 Whispers of Narimene の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b1ae, #f6d5a7, #e3e2b0, #a4c6a9, #80b3b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b1ae, #f6d5a7, #e3e2b0, #a4c6a9, #80b3b3);
}

Whispers of Narimene color palette created on .