Magic Mint Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Magic Mint Dream palette
Magic Mint Dream color palette PNG image
Magic Mint Dream color palette CSS
/* CSS */
.color-1 {
color: #a6e3d0;
}
.color-2 {
color: #9ce7d9;
}
.color-3 {
color: #8dd8e7;
}
.color-4 {
color: #7dd1f2;
}
.color-5 {
color: #5ec7e4;
}
/* CSS Variables */
:root {
--color-1: #a6e3d0;
--color-2: #9ce7d9;
--color-3: #8dd8e7;
--color-4: #7dd1f2;
--color-5: #5ec7e4;
}
Magic Mint Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6e3d0, #9ce7d9, #8dd8e7, #7dd1f2, #5ec7e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6e3d0, #9ce7d9, #8dd8e7, #7dd1f2, #5ec7e4);
}
Similar color palettes
Magic Mint Dream color palette created on .