Azure Mist カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Azure Mist palette

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

Azure Mist カラーパレット CSS

/* CSS */
.color-1 {
color: #4b91e2;
}
.color-2 {
color: #6cbae4;
}
.color-3 {
color: #8ed8e6;
}
.color-4 {
color: #a3e6e5;
}
.color-5 {
color: #afe4e4;
}

/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #6cbae4;
--color-3: #8ed8e6;
--color-4: #a3e6e5;
--color-5: #afe4e4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #6cbae4, #8ed8e6, #a3e6e5, #afe4e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #6cbae4, #8ed8e6, #a3e6e5, #afe4e4);
}

Azure Mist color palette created on .