Azure Winter Mist カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Azure Winter Mist palette

このパレットを共有する先:

Azure Winter Mist カラーパレット CSS

/* CSS */
.color-1 {
color: #80bfff;
}
.color-2 {
color: #4ea2c1;
}
.color-3 {
color: #007e94;
}
.color-4 {
color: #006275;
}
.color-5 {
color: #003d4d;
}

/* CSS Variables */
:root {
--color-1: #80bfff;
--color-2: #4ea2c1;
--color-3: #007e94;
--color-4: #006275;
--color-5: #003d4d;
}

Azure Winter Mist の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #80bfff, #4ea2c1, #007e94, #006275, #003d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #80bfff, #4ea2c1, #007e94, #006275, #003d4d);
}

Azure Winter Mist color palette created on .