Skyline Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Skyline Serenade palette

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

Skyline Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #3d9ae1;
}
.color-2 {
color: #6ebfe7;
}
.color-3 {
color: #9fd8ef;
}
.color-4 {
color: #f6d55a;
}
.color-5 {
color: #f5c84d;
}

/* CSS Variables */
:root {
--color-1: #3d9ae1;
--color-2: #6ebfe7;
--color-3: #9fd8ef;
--color-4: #f6d55a;
--color-5: #f5c84d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d9ae1, #6ebfe7, #9fd8ef, #f6d55a, #f5c84d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d9ae1, #6ebfe7, #9fd8ef, #f6d55a, #f5c84d);
}

Skyline Serenade color palette created on .