Serenity Blossom カラーパレット

美しいSerenity Blossomカラーパレットをご紹介します。sidecar (#f6f0c1), beryl green (#d1e3b5), regent st blue (#a3c7e0), danube (#6b9cd1) and kashmir blue (#4c5f90)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Serenity Blossom カラーパレット CSS

/* CSS */
.color-1 {
color: #f6f0c1;
}
.color-2 {
color: #d1e3b5;
}
.color-3 {
color: #a3c7e0;
}
.color-4 {
color: #6b9cd1;
}
.color-5 {
color: #4c5f90;
}

/* CSS Variables */
:root {
--color-1: #f6f0c1;
--color-2: #d1e3b5;
--color-3: #a3c7e0;
--color-4: #6b9cd1;
--color-5: #4c5f90;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6f0c1, #d1e3b5, #a3c7e0, #6b9cd1, #4c5f90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6f0c1, #d1e3b5, #a3c7e0, #6b9cd1, #4c5f90);
}

Serenity Blossom color palette created on .