Shades of Red Purple カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Red Purple palette

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

Shades of Red Purple カラーパレット CSS

/* CSS */
.color-1 {
color: #9c2b5e;
}
.color-2 {
color: #c94f7c;
}
.color-3 {
color: #e28d9d;
}
.color-4 {
color: #f1b1b5;
}
.color-5 {
color: #f9d7d8;
}

/* CSS Variables */
:root {
--color-1: #9c2b5e;
--color-2: #c94f7c;
--color-3: #e28d9d;
--color-4: #f1b1b5;
--color-5: #f9d7d8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c2b5e, #c94f7c, #e28d9d, #f1b1b5, #f9d7d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c2b5e, #c94f7c, #e28d9d, #f1b1b5, #f9d7d8);
}

Shades of Red Purple color palette created on .