Azure Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Azure Serenade palette

このパレットを共有する先:

Azure Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #1d87d7;
}
.color-2 {
color: #4cb4f0;
}
.color-3 {
color: #87d4f7;
}
.color-4 {
color: #a7e2f6;
}
.color-5 {
color: #d3f9fd;
}

/* CSS Variables */
:root {
--color-1: #1d87d7;
--color-2: #4cb4f0;
--color-3: #87d4f7;
--color-4: #a7e2f6;
--color-5: #d3f9fd;
}

Azure Serenade の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d87d7, #4cb4f0, #87d4f7, #a7e2f6, #d3f9fd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d87d7, #4cb4f0, #87d4f7, #a7e2f6, #d3f9fd);
}

Azure Serenade color palette created on .