Purple Red Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Purple Red Shades palette

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

Purple Red Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #7c2d4e;
}
.color-2 {
color: #a85d8b;
}
.color-3 {
color: #d19fbb;
}
.color-4 {
color: #f2d4e0;
}
.color-5 {
color: #c6c8c6;
}

/* CSS Variables */
:root {
--color-1: #7c2d4e;
--color-2: #a85d8b;
--color-3: #d19fbb;
--color-4: #f2d4e0;
--color-5: #c6c8c6;
}

Purple Red Shades の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c2d4e, #a85d8b, #d19fbb, #f2d4e0, #c6c8c6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c2d4e, #a85d8b, #d19fbb, #f2d4e0, #c6c8c6);
}

Purple Red Shades color palette created on .