Skyline Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Skyline Serenade palette

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

Skyline Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #4b91e2;
}
.color-2 {
color: #52b6e0;
}
.color-3 {
color: #a6e1e7;
}
.color-4 {
color: #f5a524;
}
.color-5 {
color: #f29f21;
}

/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #52b6e0;
--color-3: #a6e1e7;
--color-4: #f5a524;
--color-5: #f29f21;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #52b6e0, #a6e1e7, #f5a524, #f29f21);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #52b6e0, #a6e1e7, #f5a524, #f29f21);
}

Skyline Serenade color palette created on .