Celestial Serpent カラーパレット

美しいCelestial Serpentカラーパレットをご紹介します。east bay (#3d406c), slate gray (#6b7f8e), nepal (#9ab7c6), mystic (#d5e6e7) and mandys pink (#f4c3c3)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Celestial Serpent カラーパレット CSS

/* CSS */
.color-1 {
color: #3d406c;
}
.color-2 {
color: #6b7f8e;
}
.color-3 {
color: #9ab7c6;
}
.color-4 {
color: #d5e6e7;
}
.color-5 {
color: #f4c3c3;
}

/* CSS Variables */
:root {
--color-1: #3d406c;
--color-2: #6b7f8e;
--color-3: #9ab7c6;
--color-4: #d5e6e7;
--color-5: #f4c3c3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d406c, #6b7f8e, #9ab7c6, #d5e6e7, #f4c3c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d406c, #6b7f8e, #9ab7c6, #d5e6e7, #f4c3c3);
}

Celestial Serpent color palette created on .