Azure Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Azure Serenity palette

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

Azure Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #204a7e;
}
.color-2 {
color: #2f6ca2;
}
.color-3 {
color: #4da3d5;
}
.color-4 {
color: #6cc3e5;
}
.color-5 {
color: #a3e1f0;
}

/* CSS Variables */
:root {
--color-1: #204a7e;
--color-2: #2f6ca2;
--color-3: #4da3d5;
--color-4: #6cc3e5;
--color-5: #a3e1f0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #204a7e, #2f6ca2, #4da3d5, #6cc3e5, #a3e1f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #204a7e, #2f6ca2, #4da3d5, #6cc3e5, #a3e1f0);
}

Azure Serenity color palette created on .