Shades of Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Pink palette

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

Shades of Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #d2a3b8;
}
.color-2 {
color: #c1858e;
}
.color-3 {
color: #a9707b;
}
.color-4 {
color: #6e4a82;
}
.color-5 {
color: #4a2b41;
}

/* CSS Variables */
:root {
--color-1: #d2a3b8;
--color-2: #c1858e;
--color-3: #a9707b;
--color-4: #6e4a82;
--color-5: #4a2b41;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2a3b8, #c1858e, #a9707b, #6e4a82, #4a2b41);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2a3b8, #c1858e, #a9707b, #6e4a82, #4a2b41);
}

Shades of Pink color palette created on .