Shades of Pink Color Palette
Discover the beautiful Shades of Pink color palette featuring ronchi (#f1b74b), sandy brown (#f1a15b), apricot (#f08c6a), froly (#f0757f) and cranberry (#e65c87).
Brightness
Saturation
Warmth
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with Shades of Pink palette
๐ป Shades of Pink color palette CSS
/* CSS */
.color-1 {
color: #f1b74b;
}
.color-2 {
color: #f1a15b;
}
.color-3 {
color: #f08c6a;
}
.color-4 {
color: #f0757f;
}
.color-5 {
color: #e65c87;
}
/* CSS Variables */
:root {
--color-1: #f1b74b;
--color-2: #f1a15b;
--color-3: #f08c6a;
--color-4: #f0757f;
--color-5: #e65c87;
} ๐ Shades of Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1b74b, #f1a15b, #f08c6a, #f0757f, #e65c87);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1b74b, #f1a15b, #f08c6a, #f0757f, #e65c87);
} ๐ Explore similar color palettes
Shades of Pink color palette created on .