Azure Serenade カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Azure Serenade palette
Azure Serenade カラーパレット CSS
/* CSS */
.color-1 {
color: #0f2e9f;
}
.color-2 {
color: #1a4c9e;
}
.color-3 {
color: #2a7cbb;
}
.color-4 {
color: #51b5d6;
}
.color-5 {
color: #9ed9e0;
}
/* CSS Variables */
:root {
--color-1: #0f2e9f;
--color-2: #1a4c9e;
--color-3: #2a7cbb;
--color-4: #51b5d6;
--color-5: #9ed9e0;
}
Azure Serenade の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0f2e9f, #1a4c9e, #2a7cbb, #51b5d6, #9ed9e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0f2e9f, #1a4c9e, #2a7cbb, #51b5d6, #9ed9e0);
}
似たようなカラーパレット
Azure Serenade color palette created on .