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