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