Azure Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Azure Serenity palette

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

Azure Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #1f8fff;
}
.color-2 {
color: #6cc0e4;
}
.color-3 {
color: #a3d7e0;
}
.color-4 {
color: #f0f2f4;
}
.color-5 {
color: #f8f9fc;
}

/* CSS Variables */
:root {
--color-1: #1f8fff;
--color-2: #6cc0e4;
--color-3: #a3d7e0;
--color-4: #f0f2f4;
--color-5: #f8f9fc;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8fff, #6cc0e4, #a3d7e0, #f0f2f4, #f8f9fc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8fff, #6cc0e4, #a3d7e0, #f0f2f4, #f8f9fc);
}

Azure Serenity color palette created on .