美しいShades of Blueカラーパレットをご紹介します。rose bud (#f9b2a9), marigold yellow (#f8d97c), skeptic (#cce6e2), regent st blue (#97c2e2) and hippie blue (#5e9cb0)で構成されています。
Shades of Blue カラーパレット
明るさ
彩度
暖かさ
私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、カラーパレットと組み合わせの特性を共有しています。
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
Shades of Blueパレットが実際のUIコンポーネントやデザイン要素でどのように機能するかを探索してください。
UI例
Shades of Blueパレットを使った美しいUIコンポーネントを探索
💻 Shades of Blue カラーパレット CSS
/* CSS */
.color-1 {
color: #f9b2a9;
}
.color-2 {
color: #f8d97c;
}
.color-3 {
color: #cce6e2;
}
.color-4 {
color: #97c2e2;
}
.color-5 {
color: #5e9cb0;
}
/* CSS Variables */
:root {
--color-1: #f9b2a9;
--color-2: #f8d97c;
--color-3: #cce6e2;
--color-4: #97c2e2;
--color-5: #5e9cb0;
}
🌈 Shades of Blue の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b2a9, #f8d97c, #cce6e2, #97c2e2, #5e9cb0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b2a9, #f8d97c, #cce6e2, #97c2e2, #5e9cb0);
}
🔗 似たようなカラーパレットを探索
Shades of Blue color palette created on .