Sky Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sky Serenade palette

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

Sky Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #a6c6ed;
}
.color-2 {
color: #b1e0e7;
}
.color-3 {
color: #b4f1f3;
}
.color-4 {
color: #a0d7d9;
}
.color-5 {
color: #8ed8e6;
}

/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #b1e0e7;
--color-3: #b4f1f3;
--color-4: #a0d7d9;
--color-5: #8ed8e6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #b1e0e7, #b4f1f3, #a0d7d9, #8ed8e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #b1e0e7, #b4f1f3, #a0d7d9, #8ed8e6);
}

Sky Serenade color palette created on .