Muted Rose カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Muted Rose palette

このパレットを共有する先:

Muted Rose カラーパレット CSS

/* CSS */
.color-1 {
color: #c18a9a;
}
.color-2 {
color: #d7a3b1;
}
.color-3 {
color: #e4b4c5;
}
.color-4 {
color: #e3b6a1;
}
.color-5 {
color: #c68b8b;
}

/* CSS Variables */
:root {
--color-1: #c18a9a;
--color-2: #d7a3b1;
--color-3: #e4b4c5;
--color-4: #e3b6a1;
--color-5: #c68b8b;
}

Muted Rose の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c18a9a, #d7a3b1, #e4b4c5, #e3b6a1, #c68b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c18a9a, #d7a3b1, #e4b4c5, #e3b6a1, #c68b8b);
}

Muted Rose color palette created on .