Peachy Eve Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Peachy Eve palette

Share this palette to:

Peachy Eve color palette CSS

/* CSS */
.color-1 {
color: #fec79f;
}
.color-2 {
color: #f2a1a1;
}
.color-3 {
color: #f47b1f;
}
.color-4 {
color: #faf29e;
}
.color-5 {
color: #d9b3e0;
}

/* CSS Variables */
:root {
--color-1: #fec79f;
--color-2: #f2a1a1;
--color-3: #f47b1f;
--color-4: #faf29e;
--color-5: #d9b3e0;
}

Peachy Eve background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fec79f, #f2a1a1, #f47b1f, #faf29e, #d9b3e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fec79f, #f2a1a1, #f47b1f, #faf29e, #d9b3e0);
}

Peachy Eve color palette created on .