Lavender Dreamscape カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Lavender Dreamscape palette

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

Lavender Dreamscape カラーパレット CSS

/* CSS */
.color-1 {
color: #e7d4f2;
}
.color-2 {
color: #d5b3e6;
}
.color-3 {
color: #c89ee0;
}
.color-4 {
color: #b58bd5;
}
.color-5 {
color: #9a74c8;
}

/* CSS Variables */
:root {
--color-1: #e7d4f2;
--color-2: #d5b3e6;
--color-3: #c89ee0;
--color-4: #b58bd5;
--color-5: #9a74c8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7d4f2, #d5b3e6, #c89ee0, #b58bd5, #9a74c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7d4f2, #d5b3e6, #c89ee0, #b58bd5, #9a74c8);
}

Lavender Dreamscape color palette created on .