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