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