Peach Spring Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Peach Spring palette

Share this palette to:

Peach Spring color palette CSS

/* CSS */
.color-1 {
color: #ffad61;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff9c8f;
}
.color-4 {
color: #f2f1ca;
}
.color-5 {
color: #b5e48b;
}

/* CSS Variables */
:root {
--color-1: #ffad61;
--color-2: #ff6e61;
--color-3: #ff9c8f;
--color-4: #f2f1ca;
--color-5: #b5e48b;
}

Peach Spring background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffad61, #ff6e61, #ff9c8f, #f2f1ca, #b5e48b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffad61, #ff6e61, #ff9c8f, #f2f1ca, #b5e48b);
}

Peach Spring color palette created on .