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