Pink Mia Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Mia palette
Pink Mia color palette CSS
/* CSS */
.color-1 {
color: #f4c3c3;
}
.color-2 {
color: #ffb3b3;
}
.color-3 {
color: #ff9999;
}
.color-4 {
color: #ff4d4d;
}
.color-5 {
color: #ff1a1a;
}
/* CSS Variables */
:root {
--color-1: #f4c3c3;
--color-2: #ffb3b3;
--color-3: #ff9999;
--color-4: #ff4d4d;
--color-5: #ff1a1a;
}
Pink Mia background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c3c3, #ffb3b3, #ff9999, #ff4d4d, #ff1a1a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c3c3, #ffb3b3, #ff9999, #ff4d4d, #ff1a1a);
}
Similar color palettes
Scroll down to explore 700+ Bright color palettes
Pink Mia color palette created on .