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