Ocean Depths Escape カラーパレット
美しいOcean Depths Escapeカラーパレットをご紹介します。cerulean (#00a5e0), allports (#007a99), orient (#006080), astronaut blue (#003f5c) and midnight (#001e38)で構成されています。
明るさ
彩度
暖かさ
私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:カラーパレットと組み合わせ。
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Ocean Depths Escapeパレットを使った美しいUIコンポーネントを探索
💻 Ocean Depths Escape カラーパレット CSS
/* CSS */
.color-1 {
color: #00a5e0;
}
.color-2 {
color: #007a99;
}
.color-3 {
color: #006080;
}
.color-4 {
color: #003f5c;
}
.color-5 {
color: #001e38;
}
/* CSS Variables */
:root {
--color-1: #00a5e0;
--color-2: #007a99;
--color-3: #006080;
--color-4: #003f5c;
--color-5: #001e38;
} 🌈 Ocean Depths Escape の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a5e0, #007a99, #006080, #003f5c, #001e38);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a5e0, #007a99, #006080, #003f5c, #001e38);
} Ocean Depths Escape color palette created on .