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