Pink Florence Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Florence palette
Pink Florence color palette CSS
/* CSS */
.color-1 {
color: #f6d6a7;
}
.color-2 {
color: #f2a47d;
}
.color-3 {
color: #f7b5a1;
}
.color-4 {
color: #e2a7c1;
}
.color-5 {
color: #d77092;
}
/* CSS Variables */
:root {
--color-1: #f6d6a7;
--color-2: #f2a47d;
--color-3: #f7b5a1;
--color-4: #e2a7c1;
--color-5: #d77092;
}
Pink Florence background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d6a7, #f2a47d, #f7b5a1, #e2a7c1, #d77092);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d6a7, #f2a47d, #f7b5a1, #e2a7c1, #d77092);
}
Similar color palettes
Scroll down to explore 600+ Bright color palettes
Pink Florence color palette created on .