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