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