Minty Waters Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Minty Waters palette
Minty Waters color palette PNG image
Minty Waters color palette CSS
/* CSS */
.color-1 {
color: #a4dab9;
}
.color-2 {
color: #7dc8d9;
}
.color-3 {
color: #5ca0c7;
}
.color-4 {
color: #4d8fb3;
}
.color-5 {
color: #2d5f7c;
}
/* CSS Variables */
:root {
--color-1: #a4dab9;
--color-2: #7dc8d9;
--color-3: #5ca0c7;
--color-4: #4d8fb3;
--color-5: #2d5f7c;
}
Minty Waters background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4dab9, #7dc8d9, #5ca0c7, #4d8fb3, #2d5f7c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4dab9, #7dc8d9, #5ca0c7, #4d8fb3, #2d5f7c);
}
Similar color palettes
Minty Waters color palette created on .