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