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