Lavender Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Lavender Dreams palette

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

Lavender Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #e2cbf1;
}
.color-2 {
color: #d4aedb;
}
.color-3 {
color: #cd8ad6;
}
.color-4 {
color: #9b59c5;
}
.color-5 {
color: #863394;
}

/* CSS Variables */
:root {
--color-1: #e2cbf1;
--color-2: #d4aedb;
--color-3: #cd8ad6;
--color-4: #9b59c5;
--color-5: #863394;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2cbf1, #d4aedb, #cd8ad6, #9b59c5, #863394);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2cbf1, #d4aedb, #cd8ad6, #9b59c5, #863394);
}

Lavender Dreams color palette created on .