Peachy Skin Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Peachy Skin palette

Share this palette to:

Peachy Skin color palette CSS

/* CSS */
.color-1 {
color: #fce2cf;
}
.color-2 {
color: #f4b49f;
}
.color-3 {
color: #ebac8e;
}
.color-4 {
color: #df8c7c;
}
.color-5 {
color: #d0766c;
}

/* CSS Variables */
:root {
--color-1: #fce2cf;
--color-2: #f4b49f;
--color-3: #ebac8e;
--color-4: #df8c7c;
--color-5: #d0766c;
}

Peachy Skin background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fce2cf, #f4b49f, #ebac8e, #df8c7c, #d0766c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fce2cf, #f4b49f, #ebac8e, #df8c7c, #d0766c);
}

Peachy Skin color palette created on .