Frosted Serenity カラーパレット

美しいFrosted Serenityカラーパレットをご紹介します。regent st blue (#a3c7e0), spindle (#b9d7e9), link water (#d1eaf5), whisper (#f8f5fa) and granny apple (#def7e8)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Frosted Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #b9d7e9;
}
.color-3 {
color: #d1eaf5;
}
.color-4 {
color: #f8f5fa;
}
.color-5 {
color: #def7e8;
}

/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #b9d7e9;
--color-3: #d1eaf5;
--color-4: #f8f5fa;
--color-5: #def7e8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #b9d7e9, #d1eaf5, #f8f5fa, #def7e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #b9d7e9, #d1eaf5, #f8f5fa, #def7e8);
}

Frosted Serenity color palette created on .