Lavender Dreams at Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Lavender Dreams at Sunset palette

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

Lavender Dreams at Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #b3a4d5;
}
.color-2 {
color: #d5c3df;
}
.color-3 {
color: #e8b5d8;
}
.color-4 {
color: #ffcc99;
}
.color-5 {
color: #f7a94b;
}

/* CSS Variables */
:root {
--color-1: #b3a4d5;
--color-2: #d5c3df;
--color-3: #e8b5d8;
--color-4: #ffcc99;
--color-5: #f7a94b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b3a4d5, #d5c3df, #e8b5d8, #ffcc99, #f7a94b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b3a4d5, #d5c3df, #e8b5d8, #ffcc99, #f7a94b);
}

Lavender Dreams at Sunset color palette created on .