Pink Neapolitan カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Neapolitan palette

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

Pink Neapolitan カラーパレット CSS

/* CSS */
.color-1 {
color: #f4c3c3;
}
.color-2 {
color: #f8e5c9;
}
.color-3 {
color: #e9b8a0;
}
.color-4 {
color: #c8a2c8;
}
.color-5 {
color: #e8a1a5;
}

/* CSS Variables */
:root {
--color-1: #f4c3c3;
--color-2: #f8e5c9;
--color-3: #e9b8a0;
--color-4: #c8a2c8;
--color-5: #e8a1a5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c3c3, #f8e5c9, #e9b8a0, #c8a2c8, #e8a1a5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c3c3, #f8e5c9, #e9b8a0, #c8a2c8, #e8a1a5);
}

Pink Neapolitan color palette created on .