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