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