Lavender Dreamscape カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Lavender Dreamscape palette

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

Lavender Dreamscape カラーパレット CSS

/* CSS */
.color-1 {
color: #5d2a8d;
}
.color-2 {
color: #8c4bb4;
}
.color-3 {
color: #b37dd9;
}
.color-4 {
color: #eab8e4;
}
.color-5 {
color: #f3a5d4;
}

/* CSS Variables */
:root {
--color-1: #5d2a8d;
--color-2: #8c4bb4;
--color-3: #b37dd9;
--color-4: #eab8e4;
--color-5: #f3a5d4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d2a8d, #8c4bb4, #b37dd9, #eab8e4, #f3a5d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d2a8d, #8c4bb4, #b37dd9, #eab8e4, #f3a5d4);
}

Lavender Dreamscape color palette created on .