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: #f0d0c7;
}
.color-2 {
color: #f3b7a0;
}
.color-3 {
color: #f6a07e;
}
.color-4 {
color: #f08f56;
}
.color-5 {
color: #e67d4c;
}

/* CSS Variables */
:root {
--color-1: #f0d0c7;
--color-2: #f3b7a0;
--color-3: #f6a07e;
--color-4: #f08f56;
--color-5: #e67d4c;
}

Peachy Skin background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0d0c7, #f3b7a0, #f6a07e, #f08f56, #e67d4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0d0c7, #f3b7a0, #f6a07e, #f08f56, #e67d4c);
}

Peachy Skin color palette created on .