Serenity Blossoms カラーパレット

美しいSerenity Blossomsカラーパレットをご紹介します。light orchid (#e7b1cf), mandys pink (#f3c7b4), sidecar (#f4e4b8), celadon (#b9e5b8) and regent st blue (#a1d5e8)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Serenity Blossoms カラーパレット CSS

/* CSS */
.color-1 {
color: #e7b1cf;
}
.color-2 {
color: #f3c7b4;
}
.color-3 {
color: #f4e4b8;
}
.color-4 {
color: #b9e5b8;
}
.color-5 {
color: #a1d5e8;
}

/* CSS Variables */
:root {
--color-1: #e7b1cf;
--color-2: #f3c7b4;
--color-3: #f4e4b8;
--color-4: #b9e5b8;
--color-5: #a1d5e8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7b1cf, #f3c7b4, #f4e4b8, #b9e5b8, #a1d5e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7b1cf, #f3c7b4, #f4e4b8, #b9e5b8, #a1d5e8);
}

Serenity Blossoms color palette created on .