Peppermint & Marshmallow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Peppermint & Marshmallow palette

Share this palette to:

Peppermint & Marshmallow color palette PNG image

Download peppermint & marshmallow color palette PNG image (landscape)
Download peppermint & marshmallow color palette PNG image (square)

Peppermint & Marshmallow color palette CSS

/* CSS */
.color-1 {
color: #a6e3d1;
}
.color-2 {
color: #f8d5a5;
}
.color-3 {
color: #f1b1b1;
}
.color-4 {
color: #a1dff7;
}
.color-5 {
color: #f25a76;
}

/* CSS Variables */
:root {
--color-1: #a6e3d1;
--color-2: #f8d5a5;
--color-3: #f1b1b1;
--color-4: #a1dff7;
--color-5: #f25a76;
}

Peppermint & Marshmallow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6e3d1, #f8d5a5, #f1b1b1, #a1dff7, #f25a76);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6e3d1, #f8d5a5, #f1b1b1, #a1dff7, #f25a76);
}

Peppermint & Marshmallow color palette created on .