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