Pink Fanny Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Fanny palette
Pink Fanny color palette CSS
/* CSS */
.color-1 {
color: #f6a2c1;
}
.color-2 {
color: #f5d67f;
}
.color-3 {
color: #f4a462;
}
.color-4 {
color: #40a062;
}
.color-5 {
color: #3d91e6;
}
/* CSS Variables */
:root {
--color-1: #f6a2c1;
--color-2: #f5d67f;
--color-3: #f4a462;
--color-4: #40a062;
--color-5: #3d91e6;
}
Pink Fanny background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a2c1, #f5d67f, #f4a462, #40a062, #3d91e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a2c1, #f5d67f, #f4a462, #40a062, #3d91e6);
}
Similar color palettes
Scroll down to explore 800+ Aesthetic color palettes
Pink Fanny color palette created on .