Frosted Serenity カラーパレット

美しいFrosted Serenityカラーパレットをご紹介します。blizzard blue (#a2e2ec), cornflower (#8fd8e5), viking (#6dcfd9), shakespeare (#4bb9d2) and boston blue (#2ea1b2)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Frosted Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #a2e2ec;
}
.color-2 {
color: #8fd8e5;
}
.color-3 {
color: #6dcfd9;
}
.color-4 {
color: #4bb9d2;
}
.color-5 {
color: #2ea1b2;
}

/* CSS Variables */
:root {
--color-1: #a2e2ec;
--color-2: #8fd8e5;
--color-3: #6dcfd9;
--color-4: #4bb9d2;
--color-5: #2ea1b2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2e2ec, #8fd8e5, #6dcfd9, #4bb9d2, #2ea1b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2e2ec, #8fd8e5, #6dcfd9, #4bb9d2, #2ea1b2);
}

Frosted Serenity color palette created on .