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