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