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