Royal Dream カラーパレット

美しいRoyal Dreamカラーパレットをご紹介します。biscay (#1e3a76), st tropaz (#2a5a9d), havelock blue (#4e8ad0), malibu (#78bef7) and anakiwa (#b3e0ff)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Royal Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #2a5a9d;
}
.color-3 {
color: #4e8ad0;
}
.color-4 {
color: #78bef7;
}
.color-5 {
color: #b3e0ff;
}

/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #2a5a9d;
--color-3: #4e8ad0;
--color-4: #78bef7;
--color-5: #b3e0ff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #2a5a9d, #4e8ad0, #78bef7, #b3e0ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #2a5a9d, #4e8ad0, #78bef7, #b3e0ff);
}

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