Celestial Dreams カラーパレット

美しいCelestial Dreamsカラーパレットをご紹介します。port gore (#1b1f3b), chambray (#3e4a8e), waikawa gray (#5d70ac), chetwode blue (#89a1e1) and blizzard blue (#b2d5f0)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Celestial Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #1b1f3b;
}
.color-2 {
color: #3e4a8e;
}
.color-3 {
color: #5d70ac;
}
.color-4 {
color: #89a1e1;
}
.color-5 {
color: #b2d5f0;
}

/* CSS Variables */
:root {
--color-1: #1b1f3b;
--color-2: #3e4a8e;
--color-3: #5d70ac;
--color-4: #89a1e1;
--color-5: #b2d5f0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b1f3b, #3e4a8e, #5d70ac, #89a1e1, #b2d5f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b1f3b, #3e4a8e, #5d70ac, #89a1e1, #b2d5f0);
}

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