Azure Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Azure Serenity palette

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

Azure Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #007ec7;
}
.color-2 {
color: #00a5e0;
}
.color-3 {
color: #5dc9e5;
}
.color-4 {
color: #a2e0e7;
}
.color-5 {
color: #e5f7fa;
}

/* CSS Variables */
:root {
--color-1: #007ec7;
--color-2: #00a5e0;
--color-3: #5dc9e5;
--color-4: #a2e0e7;
--color-5: #e5f7fa;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #007ec7, #00a5e0, #5dc9e5, #a2e0e7, #e5f7fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #007ec7, #00a5e0, #5dc9e5, #a2e0e7, #e5f7fa);
}

Azure Serenity color palette created on .