Azure Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Azure Serenity palette

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

Azure Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #2950bc;
}
.color-2 {
color: #4b91e2;
}
.color-3 {
color: #5cc0eb;
}
.color-4 {
color: #a2dae6;
}
.color-5 {
color: #f0f8ff;
}

/* CSS Variables */
:root {
--color-1: #2950bc;
--color-2: #4b91e2;
--color-3: #5cc0eb;
--color-4: #a2dae6;
--color-5: #f0f8ff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2950bc, #4b91e2, #5cc0eb, #a2dae6, #f0f8ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2950bc, #4b91e2, #5cc0eb, #a2dae6, #f0f8ff);
}

Azure Serenity color palette created on .