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