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