Shades of Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Pink palette

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

Shades of Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #7d2a7e;
}
.color-2 {
color: #a93d90;
}
.color-3 {
color: #d95e9c;
}
.color-4 {
color: #f4b4ae;
}
.color-5 {
color: #ffdb66;
}

/* CSS Variables */
:root {
--color-1: #7d2a7e;
--color-2: #a93d90;
--color-3: #d95e9c;
--color-4: #f4b4ae;
--color-5: #ffdb66;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d2a7e, #a93d90, #d95e9c, #f4b4ae, #ffdb66);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d2a7e, #a93d90, #d95e9c, #f4b4ae, #ffdb66);
}

Shades of Pink color palette created on .