Lavender Dreamscape カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Lavender Dreamscape palette

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

Lavender Dreamscape カラーパレット CSS

/* CSS */
.color-1 {
color: #efc3ec;
}
.color-2 {
color: #d59fd2;
}
.color-3 {
color: #b883b9;
}
.color-4 {
color: #9d6ca7;
}
.color-5 {
color: #805695;
}

/* CSS Variables */
:root {
--color-1: #efc3ec;
--color-2: #d59fd2;
--color-3: #b883b9;
--color-4: #9d6ca7;
--color-5: #805695;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #efc3ec, #d59fd2, #b883b9, #9d6ca7, #805695);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #efc3ec, #d59fd2, #b883b9, #9d6ca7, #805695);
}

Lavender Dreamscape color palette created on .