Sky Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sky Serenade palette

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

Sky Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #a2c9e6;
}
.color-2 {
color: #86b7e4;
}
.color-3 {
color: #67a1e0;
}
.color-4 {
color: #498ad0;
}
.color-5 {
color: #2a7ac6;
}

/* CSS Variables */
:root {
--color-1: #a2c9e6;
--color-2: #86b7e4;
--color-3: #67a1e0;
--color-4: #498ad0;
--color-5: #2a7ac6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2c9e6, #86b7e4, #67a1e0, #498ad0, #2a7ac6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2c9e6, #86b7e4, #67a1e0, #498ad0, #2a7ac6);
}

Sky Serenade color palette created on .