Lavender Woods Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Lavender Woods Serenade palette

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

Lavender Woods Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #b0a3d2;
}
.color-2 {
color: #8b709e;
}
.color-3 {
color: #694a8c;
}
.color-4 {
color: #4c3d76;
}
.color-5 {
color: #2c2a47;
}

/* CSS Variables */
:root {
--color-1: #b0a3d2;
--color-2: #8b709e;
--color-3: #694a8c;
--color-4: #4c3d76;
--color-5: #2c2a47;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b0a3d2, #8b709e, #694a8c, #4c3d76, #2c2a47);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b0a3d2, #8b709e, #694a8c, #4c3d76, #2c2a47);
}

Lavender Woods Serenade color palette created on .