Serenity Blossoms カラーパレット

美しいSerenity Blossomsカラーパレットをご紹介します。sisal (#d1c6b8), janna (#f3e1d3), wewak (#f6a7a2), beauty bush (#eab8c9) and light wisteria (#c2a7d7)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Serenity Blossoms カラーパレット CSS

/* CSS */
.color-1 {
color: #d1c6b8;
}
.color-2 {
color: #f3e1d3;
}
.color-3 {
color: #f6a7a2;
}
.color-4 {
color: #eab8c9;
}
.color-5 {
color: #c2a7d7;
}

/* CSS Variables */
:root {
--color-1: #d1c6b8;
--color-2: #f3e1d3;
--color-3: #f6a7a2;
--color-4: #eab8c9;
--color-5: #c2a7d7;
}

🌈 Serenity Blossoms の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1c6b8, #f3e1d3, #f6a7a2, #eab8c9, #c2a7d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1c6b8, #f3e1d3, #f6a7a2, #eab8c9, #c2a7d7);
}

Serenity Blossoms color palette created on .