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