Winter Wonderland カラーパレット
美しいWinter Wonderlandカラーパレットをご紹介します。white (#ffffff), oyster bay (#dbfbff), anakiwa (#8ae2ff), anakiwa (#a3f4ff) and aquamarine (#6beeff)で構成されています。
明るさ
彩度
暖かさ
私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:White, Pale Aqua, Soft Cyan, Bright Cyanカラーパレットと組み合わせ。
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Winter Wonderlandパレットを使った美しいUIコンポーネントを探索
💻 Winter Wonderland カラーパレット CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #dbfbff;
}
.color-3 {
color: #8ae2ff;
}
.color-4 {
color: #a3f4ff;
}
.color-5 {
color: #6beeff;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #dbfbff;
--color-3: #8ae2ff;
--color-4: #a3f4ff;
--color-5: #6beeff;
}
🌈 Winter Wonderland の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #dbfbff, #8ae2ff, #a3f4ff, #6beeff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #dbfbff, #8ae2ff, #a3f4ff, #6beeff);
}
🔗 似たようなカラーパレットを探索
Winter Wonderland color palette created on .