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