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