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