Doves カラーパレット

美しいDovesカラーパレットをご紹介します。athens gray (#e3e4e8), casper (#b6c8d8), cadet blue (#a4b3c1), juniper (#698891) and fiord (#3d5a66)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Doves カラーパレット CSS

/* CSS */
.color-1 {
color: #e3e4e8;
}
.color-2 {
color: #b6c8d8;
}
.color-3 {
color: #a4b3c1;
}
.color-4 {
color: #698891;
}
.color-5 {
color: #3d5a66;
}

/* CSS Variables */
:root {
--color-1: #e3e4e8;
--color-2: #b6c8d8;
--color-3: #a4b3c1;
--color-4: #698891;
--color-5: #3d5a66;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3e4e8, #b6c8d8, #a4b3c1, #698891, #3d5a66);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3e4e8, #b6c8d8, #a4b3c1, #698891, #3d5a66);
}

Doves color palette created on .