Lavender Dreams カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Lavender Dreams palette
Lavender Dreams カラーパレット CSS
/* CSS */
.color-1 {
color: #edabec;
}
.color-2 {
color: #eee0ff;
}
.color-3 {
color: #ecbef4;
}
.color-4 {
color: #d7afe4;
}
.color-5 {
color: #b45fa2;
}
/* CSS Variables */
:root {
--color-1: #edabec;
--color-2: #eee0ff;
--color-3: #ecbef4;
--color-4: #d7afe4;
--color-5: #b45fa2;
}
Lavender Dreams の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #edabec, #eee0ff, #ecbef4, #d7afe4, #b45fa2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #edabec, #eee0ff, #ecbef4, #d7afe4, #b45fa2);
}
似たようなカラーパレット
Lavender Dreams color palette created on .