Pink Foxglove Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Foxglove palette
Pink Foxglove color palette CSS
/* CSS */
.color-1 {
color: #a9609d;
}
.color-2 {
color: #c59bbd;
}
.color-3 {
color: #eab8e4;
}
.color-4 {
color: #f4e6a9;
}
.color-5 {
color: #f67e7e;
}
/* CSS Variables */
:root {
--color-1: #a9609d;
--color-2: #c59bbd;
--color-3: #eab8e4;
--color-4: #f4e6a9;
--color-5: #f67e7e;
}
Pink Foxglove background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9609d, #c59bbd, #eab8e4, #f4e6a9, #f67e7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9609d, #c59bbd, #eab8e4, #f4e6a9, #f67e7e);
}
Similar color palettes
Scroll down to explore 600+ Aesthetic color palettes
Pink Foxglove color palette created on .