Peachy Marry Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Peachy Marry palette

Share this palette to:

Peachy Marry color palette CSS

/* CSS */
.color-1 {
color: #f3bfbf;
}
.color-2 {
color: #f6baa2;
}
.color-3 {
color: #f6a779;
}
.color-4 {
color: #f7a06e;
}
.color-5 {
color: #f7d778;
}

/* CSS Variables */
:root {
--color-1: #f3bfbf;
--color-2: #f6baa2;
--color-3: #f6a779;
--color-4: #f7a06e;
--color-5: #f7d778;
}

Peachy Marry background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3bfbf, #f6baa2, #f6a779, #f7a06e, #f7d778);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3bfbf, #f6baa2, #f6a779, #f7a06e, #f7d778);
}

Peachy Marry color palette created on .