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