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