Peachy Connie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Peachy Connie palette

Share this palette to:

Peachy Connie color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #f7b5a1;
}
.color-3 {
color: #ffcc99;
}
.color-4 {
color: #ffea8f;
}
.color-5 {
color: #f9f08b;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #f7b5a1;
--color-3: #ffcc99;
--color-4: #ffea8f;
--color-5: #f9f08b;
}

Peachy Connie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #f7b5a1, #ffcc99, #ffea8f, #f9f08b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #f7b5a1, #ffcc99, #ffea8f, #f9f08b);
}

Peachy Connie color palette created on .