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