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