Shades of Amaranth カラーパレット

美しいShades of Amaranthカラーパレットをご紹介します。amaranth (#e52a4f), froly (#f76e6e), rose bud (#f9b9a9), double pearl lusta (#fce6ca) and marzipan (#f9e19a)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Shades of Amaranth カラーパレット CSS

/* CSS */
.color-1 {
color: #e52a4f;
}
.color-2 {
color: #f76e6e;
}
.color-3 {
color: #f9b9a9;
}
.color-4 {
color: #fce6ca;
}
.color-5 {
color: #f9e19a;
}

/* CSS Variables */
:root {
--color-1: #e52a4f;
--color-2: #f76e6e;
--color-3: #f9b9a9;
--color-4: #fce6ca;
--color-5: #f9e19a;
}

🌈 Shades of Amaranth の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e52a4f, #f76e6e, #f9b9a9, #fce6ca, #f9e19a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e52a4f, #f76e6e, #f9b9a9, #fce6ca, #f9e19a);
}

Shades of Amaranth color palette created on .