Celestial Serenade カラーパレット

美しいCelestial Serenadeカラーパレットをご紹介します。dawn pink (#f1e4e4), botticelli (#c5d7e2), cornflower (#89b7e1), shakespeare (#4d9dd5) and matisse (#1e6c99)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Celestial Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f1e4e4;
}
.color-2 {
color: #c5d7e2;
}
.color-3 {
color: #89b7e1;
}
.color-4 {
color: #4d9dd5;
}
.color-5 {
color: #1e6c99;
}

/* CSS Variables */
:root {
--color-1: #f1e4e4;
--color-2: #c5d7e2;
--color-3: #89b7e1;
--color-4: #4d9dd5;
--color-5: #1e6c99;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1e4e4, #c5d7e2, #89b7e1, #4d9dd5, #1e6c99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1e4e4, #c5d7e2, #89b7e1, #4d9dd5, #1e6c99);
}

Celestial Serenade color palette created on .