Sky Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sky Serenade palette

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

Sky Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #9fc4e9;
}
.color-2 {
color: #4fb9e3;
}
.color-3 {
color: #1d9a9a;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #9fc4e9;
--color-2: #4fb9e3;
--color-3: #1d9a9a;
--color-4: #ffb84d;
--color-5: #ff6e61;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9fc4e9, #4fb9e3, #1d9a9a, #ffb84d, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9fc4e9, #4fb9e3, #1d9a9a, #ffb84d, #ff6e61);
}

Sky Serenade color palette created on .