Blush Petal Serenade カラーパレット

美しいBlush Petal Serenadeカラーパレットをご紹介します。linen (#fcf0ee), albescent white (#f7e7de), bizarre (#eeddd8), dust storm (#e5d1cd) and cavern pink (#debfb5)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Blush Petal Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #fcf0ee;
}
.color-2 {
color: #f7e7de;
}
.color-3 {
color: #eeddd8;
}
.color-4 {
color: #e5d1cd;
}
.color-5 {
color: #debfb5;
}

/* CSS Variables */
:root {
--color-1: #fcf0ee;
--color-2: #f7e7de;
--color-3: #eeddd8;
--color-4: #e5d1cd;
--color-5: #debfb5;
}

🌈 Blush Petal Serenade の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcf0ee, #f7e7de, #eeddd8, #e5d1cd, #debfb5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcf0ee, #f7e7de, #eeddd8, #e5d1cd, #debfb5);
}

Blush Petal Serenade color palette created on .