Blue Sea カラーパレット
美しいBlue Seaカラーパレットをご紹介します。bondi blue (#0092b3), cerulean (#00b2d1), robin's egg blue (#00d5e0), morning glory (#a2e2d2) and off green (#e3f7f7)で構成されています。
明るさ
彩度
暖かさ
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Blue Seaパレットを使った美しいUIコンポーネントを探索
💻 Blue Sea カラーパレット CSS
/* CSS */
.color-1 {
color: #0092b3;
}
.color-2 {
color: #00b2d1;
}
.color-3 {
color: #00d5e0;
}
.color-4 {
color: #a2e2d2;
}
.color-5 {
color: #e3f7f7;
}
/* CSS Variables */
:root {
--color-1: #0092b3;
--color-2: #00b2d1;
--color-3: #00d5e0;
--color-4: #a2e2d2;
--color-5: #e3f7f7;
} 🌈 Blue Sea の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0092b3, #00b2d1, #00d5e0, #a2e2d2, #e3f7f7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0092b3, #00b2d1, #00d5e0, #a2e2d2, #e3f7f7);
} 🔗 似たようなカラーパレットを探索
Blue Seaカラーパレットはに作成されました。