Pisces カラーパレット

美しいPiscesカラーパレットをご紹介します。glacier (#6b9ec2), cornflower (#8dbfe7), sail (#b4e0f8), azalea (#f7c5c5) and wewak (#f1a7b2)で構成されています。

明るさ

彩度

暖かさ

私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Aesthetic, Blue, Bright, Cool, Feminine, Light, Pink, Spring, Summer, Tropicalカラーパレットと組み合わせ。

💡 できること

ColorMagicでは簡単に以下のことができます:
  • デザインに正確なHEXコードとRGB値をコピー
  • 明度、彩度、暖度を調整して新しいバリエーションを作成
  • UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
  • 背景グラデーションやカラー変数を含むCSSコードをコピー
  • パレットをダウンロード
  • チームメンバーやクライアントとパレットを共有

🎨 UIコンポーネントのプレビュー

UI例

Piscesパレットを使った美しいUIコンポーネントを探索

このパレットを共有する先:

💻 Pisces カラーパレット CSS

/* CSS */
.color-1 {
color: #6b9ec2;
}
.color-2 {
color: #8dbfe7;
}
.color-3 {
color: #b4e0f8;
}
.color-4 {
color: #f7c5c5;
}
.color-5 {
color: #f1a7b2;
}

/* CSS Variables */
:root {
--color-1: #6b9ec2;
--color-2: #8dbfe7;
--color-3: #b4e0f8;
--color-4: #f7c5c5;
--color-5: #f1a7b2;
}

🌈 Pisces の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b9ec2, #8dbfe7, #b4e0f8, #f7c5c5, #f1a7b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b9ec2, #8dbfe7, #b4e0f8, #f7c5c5, #f1a7b2);
}

Pisces color palette created on .