Blushing Petals カラーパレット

美しいBlushing Petalsカラーパレットをご紹介します。azalea (#f7cada), kobi (#eab8d1), carnation pink (#ffb3c6), sweet pink (#ff9ea9) and tickle me pink (#ff7092)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Blushing Petals カラーパレット CSS

/* CSS */
.color-1 {
color: #f7cada;
}
.color-2 {
color: #eab8d1;
}
.color-3 {
color: #ffb3c6;
}
.color-4 {
color: #ff9ea9;
}
.color-5 {
color: #ff7092;
}

/* CSS Variables */
:root {
--color-1: #f7cada;
--color-2: #eab8d1;
--color-3: #ffb3c6;
--color-4: #ff9ea9;
--color-5: #ff7092;
}

🌈 Blushing Petals の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7cada, #eab8d1, #ffb3c6, #ff9ea9, #ff7092);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7cada, #eab8d1, #ffb3c6, #ff9ea9, #ff7092);
}

Blushing Petals color palette created on .