Frosty Serenity カラーパレット
美しいFrosty Serenityカラーパレットをご紹介します。morning glory (#a2e2e2), ice cold (#b4f3f1), humming bird (#c1f6f4), baby blue (#e0ffff) and seagull (#7dd3e8)で構成されています。
明るさ
彩度
暖かさ
私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:カラーパレットと組み合わせ。
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Frosty Serenityパレットを使った美しいUIコンポーネントを探索
💻 Frosty Serenity カラーパレット CSS
/* CSS */
.color-1 {
color: #a2e2e2;
}
.color-2 {
color: #b4f3f1;
}
.color-3 {
color: #c1f6f4;
}
.color-4 {
color: #e0ffff;
}
.color-5 {
color: #7dd3e8;
}
/* CSS Variables */
:root {
--color-1: #a2e2e2;
--color-2: #b4f3f1;
--color-3: #c1f6f4;
--color-4: #e0ffff;
--color-5: #7dd3e8;
} 🌈 Frosty Serenity の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2e2e2, #b4f3f1, #c1f6f4, #e0ffff, #7dd3e8);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2e2e2, #b4f3f1, #c1f6f4, #e0ffff, #7dd3e8);
} Frosty Serenity color palette created on .