Pink Fibi Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Fibi palette
Pink Fibi color palette CSS
/* CSS */
.color-1 {
color: #f1a7d2;
}
.color-2 {
color: #f7c5a1;
}
.color-3 {
color: #f9e2b4;
}
.color-4 {
color: #f2d578;
}
.color-5 {
color: #f7b8a1;
}
/* CSS Variables */
:root {
--color-1: #f1a7d2;
--color-2: #f7c5a1;
--color-3: #f9e2b4;
--color-4: #f2d578;
--color-5: #f7b8a1;
}
Pink Fibi background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7d2, #f7c5a1, #f9e2b4, #f2d578, #f7b8a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7d2, #f7c5a1, #f9e2b4, #f2d578, #f7b8a1);
}
Similar color palettes
Scroll down to explore 900+ Aesthetic color palettes
Pink Fibi color palette created on .