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