Soft Pink カラーパレット

美しいSoft Pinkカラーパレットをご紹介します。emerald (#3eda58), anzac (#e1af33), red damask (#e0643e), cerise (#db3d82) and purple heart (#5b2cc9)で構成されています。

明るさ

彩度

暖かさ

私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Green, Yellow, Orange, Red, Pink, Purple, Vibrant, Summer, Bright, Earthyカラーパレットと組み合わせ。

💡 できること

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

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

UI例

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

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

💻 Soft Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #3eda58;
}
.color-2 {
color: #e1af33;
}
.color-3 {
color: #e0643e;
}
.color-4 {
color: #db3d82;
}
.color-5 {
color: #5b2cc9;
}

/* CSS Variables */
:root {
--color-1: #3eda58;
--color-2: #e1af33;
--color-3: #e0643e;
--color-4: #db3d82;
--color-5: #5b2cc9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3eda58, #e1af33, #e0643e, #db3d82, #5b2cc9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3eda58, #e1af33, #e0643e, #db3d82, #5b2cc9);
}

Soft Pink color palette created on .