Mint Julep Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Mint Julep palette

Share this palette to:

Mint Julep color palette PNG image

Download mint julep color palette PNG image (landscape)
Download mint julep color palette PNG image (square)

Mint Julep color palette CSS

/* CSS */
.color-1 {
color: #f1eec1;
}
.color-2 {
color: #d0e1c1;
}
.color-3 {
color: #a7d7c4;
}
.color-4 {
color: #86d2d5;
}
.color-5 {
color: #5abfbd;
}

/* CSS Variables */
:root {
--color-1: #f1eec1;
--color-2: #d0e1c1;
--color-3: #a7d7c4;
--color-4: #86d2d5;
--color-5: #5abfbd;
}

Mint Julep background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1eec1, #d0e1c1, #a7d7c4, #86d2d5, #5abfbd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1eec1, #d0e1c1, #a7d7c4, #86d2d5, #5abfbd);
}

Mint Julep color palette created on .