Pink Neapolitan カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Neapolitan palette

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

Pink Neapolitan カラーパレット CSS

/* CSS */
.color-1 {
color: #f4d7c3;
}
.color-2 {
color: #e1a898;
}
.color-3 {
color: #c77e70;
}
.color-4 {
color: #b44f4b;
}
.color-5 {
color: #7e3b3a;
}

/* CSS Variables */
:root {
--color-1: #f4d7c3;
--color-2: #e1a898;
--color-3: #c77e70;
--color-4: #b44f4b;
--color-5: #7e3b3a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4d7c3, #e1a898, #c77e70, #b44f4b, #7e3b3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4d7c3, #e1a898, #c77e70, #b44f4b, #7e3b3a);
}

Pink Neapolitan color palette created on .