Minted Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Minted Dreams palette
Minted Dreams color palette CSS
/* CSS */
.color-1 {
color: #4c904e;
}
.color-2 {
color: #69bf8a;
}
.color-3 {
color: #8fe0b9;
}
.color-4 {
color: #e1f9c3;
}
.color-5 {
color: #f4c3a9;
}
/* CSS Variables */
:root {
--color-1: #4c904e;
--color-2: #69bf8a;
--color-3: #8fe0b9;
--color-4: #e1f9c3;
--color-5: #f4c3a9;
}
Minted Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c904e, #69bf8a, #8fe0b9, #e1f9c3, #f4c3a9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c904e, #69bf8a, #8fe0b9, #e1f9c3, #f4c3a9);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Minted Dreams color palette created on .