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