Ginger Mint Dreamscape Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ginger Mint Dreamscape palette
Ginger Mint Dreamscape color palette CSS
/* CSS */
.color-1 {
color: #a8e6cf;
}
.color-2 {
color: #ffadad;
}
.color-3 {
color: #ffe4d6;
}
.color-4 {
color: #ffd1b3;
}
.color-5 {
color: #6e8081;
}
/* CSS Variables */
:root {
--color-1: #a8e6cf;
--color-2: #ffadad;
--color-3: #ffe4d6;
--color-4: #ffd1b3;
--color-5: #6e8081;
}
Ginger Mint Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8e6cf, #ffadad, #ffe4d6, #ffd1b3, #6e8081);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8e6cf, #ffadad, #ffe4d6, #ffd1b3, #6e8081);
}
Similar color palettes
Scroll down to explore 10+ Mint color palettes
Ginger Mint Dreamscape color palette created on .