Lavender Dreams カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Lavender Dreams palette
Lavender Dreams カラーパレット CSS
/* CSS */
.color-1 {
color: #690dab;
}
.color-2 {
color: #8a2ce2;
}
.color-3 {
color: #a561b3;
}
.color-4 {
color: #daa8e1;
}
.color-5 {
color: #f3e5f5;
}
/* CSS Variables */
:root {
--color-1: #690dab;
--color-2: #8a2ce2;
--color-3: #a561b3;
--color-4: #daa8e1;
--color-5: #f3e5f5;
}
Lavender Dreams の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #690dab, #8a2ce2, #a561b3, #daa8e1, #f3e5f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #690dab, #8a2ce2, #a561b3, #daa8e1, #f3e5f5);
}
似たようなカラーパレット
下にスクロールして200+個の紫カラーパレットを探索しましょう
Lavender Dreams color palette created on .