Serene Blush Retreat カラーパレット

美しいSerene Blush Retreatカラーパレットをご紹介します。azalea (#f8c9d1), shilo (#eabab8), eunry (#d4a7a1), oriental pink (#c79c8a) and brandy rose (#b68b77)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

Serene Blush Retreatパレットを使った美しいUIコンポーネントを探索

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

💻 Serene Blush Retreat カラーパレット CSS

/* CSS */
.color-1 {
color: #f8c9d1;
}
.color-2 {
color: #eabab8;
}
.color-3 {
color: #d4a7a1;
}
.color-4 {
color: #c79c8a;
}
.color-5 {
color: #b68b77;
}

/* CSS Variables */
:root {
--color-1: #f8c9d1;
--color-2: #eabab8;
--color-3: #d4a7a1;
--color-4: #c79c8a;
--color-5: #b68b77;
}

🌈 Serene Blush Retreat の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c9d1, #eabab8, #d4a7a1, #c79c8a, #b68b77);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c9d1, #eabab8, #d4a7a1, #c79c8a, #b68b77);
}

Serene Blush Retreat color palette created on .