Lavender Dreamscape カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Lavender Dreamscape palette

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

Lavender Dreamscape カラーパレット CSS

/* CSS */
.color-1 {
color: #eab8e4;
}
.color-2 {
color: #d69ec7;
}
.color-3 {
color: #b47eb9;
}
.color-4 {
color: #a15ea6;
}
.color-5 {
color: #793989;
}

/* CSS Variables */
:root {
--color-1: #eab8e4;
--color-2: #d69ec7;
--color-3: #b47eb9;
--color-4: #a15ea6;
--color-5: #793989;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8e4, #d69ec7, #b47eb9, #a15ea6, #793989);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8e4, #d69ec7, #b47eb9, #a15ea6, #793989);
}

Lavender Dreamscape color palette created on .