Sir Pentious カラーパレット

美しいSir Pentiousカラーパレットをご紹介します。mexican red (#9d2a2c), fuzzy wuzzy brown (#c95c4f), mandys pink (#f1baa2), marzipan (#f8d98b) and viridian (#4c9078)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Sir Pentious カラーパレット CSS

/* CSS */
.color-1 {
color: #9d2a2c;
}
.color-2 {
color: #c95c4f;
}
.color-3 {
color: #f1baa2;
}
.color-4 {
color: #f8d98b;
}
.color-5 {
color: #4c9078;
}

/* CSS Variables */
:root {
--color-1: #9d2a2c;
--color-2: #c95c4f;
--color-3: #f1baa2;
--color-4: #f8d98b;
--color-5: #4c9078;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9d2a2c, #c95c4f, #f1baa2, #f8d98b, #4c9078);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9d2a2c, #c95c4f, #f1baa2, #f8d98b, #4c9078);
}

Sir Pentious color palette created on .