Blushing Bloom カラーパレット

美しいBlushing Bloomカラーパレットをご紹介します。wild watermelon (#ff5c8a), pink salmon (#ff8fa3), sundown (#ffb3c2), peach schnapps (#ffdad6) and fair pink (#ffeeeb)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Blushing Bloom カラーパレット CSS

/* CSS */
.color-1 {
color: #ff5c8a;
}
.color-2 {
color: #ff8fa3;
}
.color-3 {
color: #ffb3c2;
}
.color-4 {
color: #ffdad6;
}
.color-5 {
color: #ffeeeb;
}

/* CSS Variables */
:root {
--color-1: #ff5c8a;
--color-2: #ff8fa3;
--color-3: #ffb3c2;
--color-4: #ffdad6;
--color-5: #ffeeeb;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5c8a, #ff8fa3, #ffb3c2, #ffdad6, #ffeeeb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5c8a, #ff8fa3, #ffb3c2, #ffdad6, #ffeeeb);
}

Blushing Bloom color palette created on .