Peachy Neapolitan Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Peachy Neapolitan palette

Share this palette to:

Peachy Neapolitan color palette CSS

/* CSS */
.color-1 {
color: #f7d5c0;
}
.color-2 {
color: #f2b6a1;
}
.color-3 {
color: #e69e98;
}
.color-4 {
color: #d19a7a;
}
.color-5 {
color: #bc7d62;
}

/* CSS Variables */
:root {
--color-1: #f7d5c0;
--color-2: #f2b6a1;
--color-3: #e69e98;
--color-4: #d19a7a;
--color-5: #bc7d62;
}

Peachy Neapolitan background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d5c0, #f2b6a1, #e69e98, #d19a7a, #bc7d62);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d5c0, #f2b6a1, #e69e98, #d19a7a, #bc7d62);
}

Peachy Neapolitan color palette created on .