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