Serene Skies カラーパレット

美しいSerene Skiesカラーパレットをご紹介します。cornflower (#95ccea), morning glory (#a3d6e0), powder blue (#b2e6e0), black squeeze (#e1f4f4) and porcelain (#f9fbfb)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Serene Skies カラーパレット CSS

/* CSS */
.color-1 {
color: #95ccea;
}
.color-2 {
color: #a3d6e0;
}
.color-3 {
color: #b2e6e0;
}
.color-4 {
color: #e1f4f4;
}
.color-5 {
color: #f9fbfb;
}

/* CSS Variables */
:root {
--color-1: #95ccea;
--color-2: #a3d6e0;
--color-3: #b2e6e0;
--color-4: #e1f4f4;
--color-5: #f9fbfb;
}

🌈 Serene Skies の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #95ccea, #a3d6e0, #b2e6e0, #e1f4f4, #f9fbfb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #95ccea, #a3d6e0, #b2e6e0, #e1f4f4, #f9fbfb);
}

Serene Skies color palette created on .