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