Oceanic Luminance カラーパレット
美しいOceanic Luminanceカラーパレットをご紹介します。astronaut (#294370), san marino (#416a9f), danube (#71aad1), morning glory (#8fcfe0) and periwinkle gray (#cbdcec)で構成されています。
明るさ
彩度
暖かさ
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Oceanic Luminanceパレットを使った美しいUIコンポーネントを探索
💻 Oceanic Luminance カラーパレット CSS
/* CSS */
.color-1 {
color: #294370;
}
.color-2 {
color: #416a9f;
}
.color-3 {
color: #71aad1;
}
.color-4 {
color: #8fcfe0;
}
.color-5 {
color: #cbdcec;
}
/* CSS Variables */
:root {
--color-1: #294370;
--color-2: #416a9f;
--color-3: #71aad1;
--color-4: #8fcfe0;
--color-5: #cbdcec;
}
🌈 Oceanic Luminance の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #294370, #416a9f, #71aad1, #8fcfe0, #cbdcec);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #294370, #416a9f, #71aad1, #8fcfe0, #cbdcec);
}
🔗 似たようなカラーパレットを探索
Oceanic Luminance color palette created on .