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