Azure Breeze カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Azure Breeze palette
Azure Breeze カラーパレット CSS
/* CSS */
.color-1 {
color: #004f9e;
}
.color-2 {
color: #0096d6;
}
.color-3 {
color: #6bc5e6;
}
.color-4 {
color: #a3e2f0;
}
.color-5 {
color: #f3f9fc;
}
/* CSS Variables */
:root {
--color-1: #004f9e;
--color-2: #0096d6;
--color-3: #6bc5e6;
--color-4: #a3e2f0;
--color-5: #f3f9fc;
}
Azure Breeze の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #004f9e, #0096d6, #6bc5e6, #a3e2f0, #f3f9fc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #004f9e, #0096d6, #6bc5e6, #a3e2f0, #f3f9fc);
}
似たようなカラーパレット
Azure Breeze color palette created on .