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