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