Oceanic Serenity カラーパレット
美しいOceanic Serenityカラーパレットをご紹介します。outer space (#2c3f35), gray asparagus (#505e4a), limed ash (#767b60), hillary (#aca986) and clay ash (#c4cfbf)で構成されています。
明るさ
彩度
暖かさ
💡 できること
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: #767b60;
}
.color-4 {
color: #aca986;
}
.color-5 {
color: #c4cfbf;
}
/* CSS Variables */
:root {
--color-1: #2c3f35;
--color-2: #505e4a;
--color-3: #767b60;
--color-4: #aca986;
--color-5: #c4cfbf;
}
🌈 Oceanic Serenity の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2c3f35, #505e4a, #767b60, #aca986, #c4cfbf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2c3f35, #505e4a, #767b60, #aca986, #c4cfbf);
}
🔗 似たようなカラーパレットを探索
Oceanic Serenity color palette created on .