Exact Sciences カラーパレット

美しいExact Sciencesカラーパレットをご紹介します。blumine (#1d4f8b), steel blue (#407fba), danube (#66a4d6), regent st blue (#a8d3e1) and bizarre (#f0e0e0)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Exact Sciences カラーパレット CSS

/* CSS */
.color-1 {
color: #1d4f8b;
}
.color-2 {
color: #407fba;
}
.color-3 {
color: #66a4d6;
}
.color-4 {
color: #a8d3e1;
}
.color-5 {
color: #f0e0e0;
}

/* CSS Variables */
:root {
--color-1: #1d4f8b;
--color-2: #407fba;
--color-3: #66a4d6;
--color-4: #a8d3e1;
--color-5: #f0e0e0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d4f8b, #407fba, #66a4d6, #a8d3e1, #f0e0e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d4f8b, #407fba, #66a4d6, #a8d3e1, #f0e0e0);
}

Exact Sciences color palette created on .