Mint to Prosper Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mint to Prosper palette
Mint to Prosper color palette CSS
/* CSS */
.color-1 {
color: #2b8f9c;
}
.color-2 {
color: #66b2a2;
}
.color-3 {
color: #9fd5b7;
}
.color-4 {
color: #f0e3b7;
}
.color-5 {
color: #f6c4a2;
}
/* CSS Variables */
:root {
--color-1: #2b8f9c;
--color-2: #66b2a2;
--color-3: #9fd5b7;
--color-4: #f0e3b7;
--color-5: #f6c4a2;
}
Mint to Prosper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b8f9c, #66b2a2, #9fd5b7, #f0e3b7, #f6c4a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b8f9c, #66b2a2, #9fd5b7, #f0e3b7, #f6c4a2);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Mint to Prosper color palette created on .