Questing Realms カラーパレット

美しいQuesting Realmsカラーパレットをご紹介します。slate gray (#6c7a93), nepal (#9bb6c5), botticelli (#c7e2e6), sidecar (#f2d7b5) and tonys pink (#e6a199)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Questing Realms カラーパレット CSS

/* CSS */
.color-1 {
color: #6c7a93;
}
.color-2 {
color: #9bb6c5;
}
.color-3 {
color: #c7e2e6;
}
.color-4 {
color: #f2d7b5;
}
.color-5 {
color: #e6a199;
}

/* CSS Variables */
:root {
--color-1: #6c7a93;
--color-2: #9bb6c5;
--color-3: #c7e2e6;
--color-4: #f2d7b5;
--color-5: #e6a199;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6c7a93, #9bb6c5, #c7e2e6, #f2d7b5, #e6a199);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6c7a93, #9bb6c5, #c7e2e6, #f2d7b5, #e6a199);
}

Questing Realmsカラーパレットはに作成されました。