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