Serene Oasis カラーパレット

美しいSerene Oasisカラーパレットをご紹介します。beryl green (#d3e3b0), pixie green (#b0d8b0), neptune (#8ac7af), shakespeare (#4fb9c9) and boston blue (#3a90a1)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Serene Oasis カラーパレット CSS

/* CSS */
.color-1 {
color: #d3e3b0;
}
.color-2 {
color: #b0d8b0;
}
.color-3 {
color: #8ac7af;
}
.color-4 {
color: #4fb9c9;
}
.color-5 {
color: #3a90a1;
}

/* CSS Variables */
:root {
--color-1: #d3e3b0;
--color-2: #b0d8b0;
--color-3: #8ac7af;
--color-4: #4fb9c9;
--color-5: #3a90a1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3e3b0, #b0d8b0, #8ac7af, #4fb9c9, #3a90a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3e3b0, #b0d8b0, #8ac7af, #4fb9c9, #3a90a1);
}

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