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