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