Bright Horizon カラーパレット
美しいBright Horizonカラーパレットをご紹介します。havelock blue (#4b91e2), aquamarine blue (#78c1e2), ecru white (#f7f8ed), energy yellow (#f9d44e) and flamingo (#f25d2c)で構成されています。
明るさ
彩度
暖かさ
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Bright Horizonパレットを使った美しいUIコンポーネントを探索
💻 Bright Horizon カラーパレット CSS
/* CSS */
.color-1 {
color: #4b91e2;
}
.color-2 {
color: #78c1e2;
}
.color-3 {
color: #f7f8ed;
}
.color-4 {
color: #f9d44e;
}
.color-5 {
color: #f25d2c;
}
/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #78c1e2;
--color-3: #f7f8ed;
--color-4: #f9d44e;
--color-5: #f25d2c;
} 🌈 Bright Horizon の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #78c1e2, #f7f8ed, #f9d44e, #f25d2c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #78c1e2, #f7f8ed, #f9d44e, #f25d2c);
} 🔗 似たようなカラーパレットを探索
Bright Horizonカラーパレットはに作成されました。