Lavender Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Lavender Dreams palette

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

Lavender Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #d6c7e1;
}
.color-2 {
color: #a9a4d6;
}
.color-3 {
color: #6d7eca;
}
.color-4 {
color: #4b6cbe;
}
.color-5 {
color: #3a5e9c;
}

/* CSS Variables */
:root {
--color-1: #d6c7e1;
--color-2: #a9a4d6;
--color-3: #6d7eca;
--color-4: #4b6cbe;
--color-5: #3a5e9c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6c7e1, #a9a4d6, #6d7eca, #4b6cbe, #3a5e9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6c7e1, #a9a4d6, #6d7eca, #4b6cbe, #3a5e9c);
}

Lavender Dreams color palette created on .