Celestial Blossom カラーパレット

美しいCelestial Blossomカラーパレットをご紹介します。regent st blue (#a2c7e7), wewak (#f1a7b2), marzipan (#f8d39b), saffron (#f6b83c) and bouquet (#a36c9f)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Celestial Blossom カラーパレット CSS

/* CSS */
.color-1 {
color: #a2c7e7;
}
.color-2 {
color: #f1a7b2;
}
.color-3 {
color: #f8d39b;
}
.color-4 {
color: #f6b83c;
}
.color-5 {
color: #a36c9f;
}

/* CSS Variables */
:root {
--color-1: #a2c7e7;
--color-2: #f1a7b2;
--color-3: #f8d39b;
--color-4: #f6b83c;
--color-5: #a36c9f;
}

🌈 Celestial Blossom の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2c7e7, #f1a7b2, #f8d39b, #f6b83c, #a36c9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2c7e7, #f1a7b2, #f8d39b, #f6b83c, #a36c9f);
}

Celestial Blossom color palette created on .