Azure Serenity カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Azure Serenity palette
Azure Serenity カラーパレット CSS
/* CSS */
.color-1 {
color: #00a1e6;
}
.color-2 {
color: #00b4e6;
}
.color-3 {
color: #00c3e6;
}
.color-4 {
color: #60d4e6;
}
.color-5 {
color: #89e3e6;
}
/* CSS Variables */
:root {
--color-1: #00a1e6;
--color-2: #00b4e6;
--color-3: #00c3e6;
--color-4: #60d4e6;
--color-5: #89e3e6;
}
Azure Serenity の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a1e6, #00b4e6, #00c3e6, #60d4e6, #89e3e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a1e6, #00b4e6, #00c3e6, #60d4e6, #89e3e6);
}
似たようなカラーパレット
Azure Serenity color palette created on .