Azure Serenity カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Azure Serenity palette
Azure Serenity カラーパレット CSS
/* CSS */
.color-1 {
color: #2f3cb1;
}
.color-2 {
color: #4a5eba;
}
.color-3 {
color: #6b8fd1;
}
.color-4 {
color: #a3c2e0;
}
.color-5 {
color: #d8e8f3;
}
/* CSS Variables */
:root {
--color-1: #2f3cb1;
--color-2: #4a5eba;
--color-3: #6b8fd1;
--color-4: #a3c2e0;
--color-5: #d8e8f3;
}
Azure Serenity の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2f3cb1, #4a5eba, #6b8fd1, #a3c2e0, #d8e8f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2f3cb1, #4a5eba, #6b8fd1, #a3c2e0, #d8e8f3);
}
似たようなカラーパレット
下にスクロールして600+個のエステティックカラーパレットを探索しましょう
Azure Serenity color palette created on .