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