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