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