Digital Dreamscape カラーパレット

美しいDigital Dreamscapeカラーパレットをご紹介します。chambray (#3b5d9b), steel blue (#5e7eba), cornflower (#a0c1e9), wheat (#f2d8ab) and rose bud (#f9b1ae)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Digital Dreamscape カラーパレット CSS

/* CSS */
.color-1 {
color: #3b5d9b;
}
.color-2 {
color: #5e7eba;
}
.color-3 {
color: #a0c1e9;
}
.color-4 {
color: #f2d8ab;
}
.color-5 {
color: #f9b1ae;
}

/* CSS Variables */
:root {
--color-1: #3b5d9b;
--color-2: #5e7eba;
--color-3: #a0c1e9;
--color-4: #f2d8ab;
--color-5: #f9b1ae;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b5d9b, #5e7eba, #a0c1e9, #f2d8ab, #f9b1ae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b5d9b, #5e7eba, #a0c1e9, #f2d8ab, #f9b1ae);
}

Digital Dreamscape color palette created on .