Minty Pink Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Minty Pink Blue palette
Minty Pink Blue color palette CSS
/* CSS */
.color-1 {
color: #98e6b1;
}
.color-2 {
color: #ff7081;
}
.color-3 {
color: #a3d5e0;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #ff3d3d;
}
/* CSS Variables */
:root {
--color-1: #98e6b1;
--color-2: #ff7081;
--color-3: #a3d5e0;
--color-4: #ffb84d;
--color-5: #ff3d3d;
}
Minty Pink Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #98e6b1, #ff7081, #a3d5e0, #ffb84d, #ff3d3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #98e6b1, #ff7081, #a3d5e0, #ffb84d, #ff3d3d);
}
Similar color palettes
Scroll down to explore 700+ Aesthetic color palettes
Minty Pink Blue color palette created on .