Pink Neapolitan カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Neapolitan palette

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

Pink Neapolitan カラーパレット CSS

/* CSS */
.color-1 {
color: #eab6ae;
}
.color-2 {
color: #f4d3b4;
}
.color-3 {
color: #f6e2b1;
}
.color-4 {
color: #d0bad8;
}
.color-5 {
color: #c0a0b5;
}

/* CSS Variables */
:root {
--color-1: #eab6ae;
--color-2: #f4d3b4;
--color-3: #f6e2b1;
--color-4: #d0bad8;
--color-5: #c0a0b5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab6ae, #f4d3b4, #f6e2b1, #d0bad8, #c0a0b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab6ae, #f4d3b4, #f6e2b1, #d0bad8, #c0a0b5);
}

Pink Neapolitan color palette created on .