美しいSerene Aloe Oasisカラーパレットをご紹介します。moss green (#a6d9b7), fringy flower (#b8e0c7), surf crest (#d0e7d8), frost (#f0f8e2) and feta (#e0f7d4)で構成されています。

Serene Aloe Oasis カラーパレット

明るさ

彩度

暖かさ

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

💡 できること

ColorMagicでは簡単に以下のことができます:

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

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

Serene Aloe Oasisパレットが実際のUIコンポーネントやデザイン要素でどのように機能するかを探索してください。

UI例

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

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

💻 Serene Aloe Oasis カラーパレット CSS

/* CSS */
.color-1 {
color: #a6d9b7;
}
.color-2 {
color: #b8e0c7;
}
.color-3 {
color: #d0e7d8;
}
.color-4 {
color: #f0f8e2;
}
.color-5 {
color: #e0f7d4;
}

/* CSS Variables */
:root {
--color-1: #a6d9b7;
--color-2: #b8e0c7;
--color-3: #d0e7d8;
--color-4: #f0f8e2;
--color-5: #e0f7d4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6d9b7, #b8e0c7, #d0e7d8, #f0f8e2, #e0f7d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6d9b7, #b8e0c7, #d0e7d8, #f0f8e2, #e0f7d4);
}

Serene Aloe Oasis color palette created on .