Serenity in Blue Hues カラーパレット

美しいSerenity in Blue Huesカラーパレットをご紹介します。catskill white (#edf3f7), botticelli (#d8e1ee), periwinkle gray (#becee4), pigeon post (#a2b5d8) and ship cove (#7e96c4)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Serenity in Blue Hues カラーパレット CSS

/* CSS */
.color-1 {
color: #edf3f7;
}
.color-2 {
color: #d8e1ee;
}
.color-3 {
color: #becee4;
}
.color-4 {
color: #a2b5d8;
}
.color-5 {
color: #7e96c4;
}

/* CSS Variables */
:root {
--color-1: #edf3f7;
--color-2: #d8e1ee;
--color-3: #becee4;
--color-4: #a2b5d8;
--color-5: #7e96c4;
}

🌈 Serenity in Blue Hues の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #edf3f7, #d8e1ee, #becee4, #a2b5d8, #7e96c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #edf3f7, #d8e1ee, #becee4, #a2b5d8, #7e96c4);
}

Serenity in Blue Hues color palette created on .