Ruby and Sapphire カラーパレット

美しいRuby and Sapphireカラーパレットをご紹介します。brick red (#c92c49), my pink (#d78e8f), steel blue (#4f7ab5), biscay (#1e3a76) and cadet blue (#a1b2c4)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Ruby and Sapphire カラーパレット CSS

/* CSS */
.color-1 {
color: #c92c49;
}
.color-2 {
color: #d78e8f;
}
.color-3 {
color: #4f7ab5;
}
.color-4 {
color: #1e3a76;
}
.color-5 {
color: #a1b2c4;
}

/* CSS Variables */
:root {
--color-1: #c92c49;
--color-2: #d78e8f;
--color-3: #4f7ab5;
--color-4: #1e3a76;
--color-5: #a1b2c4;
}

🌈 Ruby and Sapphire の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c49, #d78e8f, #4f7ab5, #1e3a76, #a1b2c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c49, #d78e8f, #4f7ab5, #1e3a76, #a1b2c4);
}

Ruby and Sapphireカラーパレットはに作成されました。