Oceanic Serenity カラーパレット

美しいOceanic Serenityカラーパレットをご紹介します。outer space (#2c3f35), gray asparagus (#505e4a), limed ash (#767b61), hillary (#aca984) and clay ash (#c5cfc0)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Oceanic Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #2c3f35;
}
.color-2 {
color: #505e4a;
}
.color-3 {
color: #767b61;
}
.color-4 {
color: #aca984;
}
.color-5 {
color: #c5cfc0;
}

/* CSS Variables */
:root {
--color-1: #2c3f35;
--color-2: #505e4a;
--color-3: #767b61;
--color-4: #aca984;
--color-5: #c5cfc0;
}

🌈 Oceanic Serenity の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2c3f35, #505e4a, #767b61, #aca984, #c5cfc0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2c3f35, #505e4a, #767b61, #aca984, #c5cfc0);
}

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