Pink Market Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Market palette
Pink Market color palette CSS
/* CSS */
.color-1 {
color: #f7c94b;
}
.color-2 {
color: #f69e4c;
}
.color-3 {
color: #f67f6f;
}
.color-4 {
color: #f65580;
}
.color-5 {
color: #e34f8d;
}
/* CSS Variables */
:root {
--color-1: #f7c94b;
--color-2: #f69e4c;
--color-3: #f67f6f;
--color-4: #f65580;
--color-5: #e34f8d;
}
Pink Market background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c94b, #f69e4c, #f67f6f, #f65580, #e34f8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c94b, #f69e4c, #f67f6f, #f65580, #e34f8d);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Pink Market color palette created on .