Lavender Dreamscape カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Lavender Dreamscape palette

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

Lavender Dreamscape カラーパレット CSS

/* CSS */
.color-1 {
color: #592d8f;
}
.color-2 {
color: #a25bb3;
}
.color-3 {
color: #d7a2d8;
}
.color-4 {
color: #e7cae1;
}
.color-5 {
color: #f5e0f3;
}

/* CSS Variables */
:root {
--color-1: #592d8f;
--color-2: #a25bb3;
--color-3: #d7a2d8;
--color-4: #e7cae1;
--color-5: #f5e0f3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #592d8f, #a25bb3, #d7a2d8, #e7cae1, #f5e0f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #592d8f, #a25bb3, #d7a2d8, #e7cae1, #f5e0f3);
}

Lavender Dreamscape color palette created on .