Lavanda Dream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Lavanda Dream palette

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

Lavanda Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #e5e5fa;
}
.color-2 {
color: #c8a4d6;
}
.color-3 {
color: #a77dc5;
}
.color-4 {
color: #7a3f97;
}
.color-5 {
color: #4a1e6b;
}

/* CSS Variables */
:root {
--color-1: #e5e5fa;
--color-2: #c8a4d6;
--color-3: #a77dc5;
--color-4: #7a3f97;
--color-5: #4a1e6b;
}

Lavanda Dream の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5e5fa, #c8a4d6, #a77dc5, #7a3f97, #4a1e6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5e5fa, #c8a4d6, #a77dc5, #7a3f97, #4a1e6b);
}

Lavanda Dream color palette created on .