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