Shades of Pink Color Palette
Discover the beautiful Shades of Pink color palette featuring casablanca (#f7c94b), sandy brown (#f1a26a), apricot (#ef8a85), charm (#d67aa4) and amethyst (#a56cc6).
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: #f7c94b;
}
.color-2 {
color: #f1a26a;
}
.color-3 {
color: #ef8a85;
}
.color-4 {
color: #d67aa4;
}
.color-5 {
color: #a56cc6;
}
/* CSS Variables */
:root {
--color-1: #f7c94b;
--color-2: #f1a26a;
--color-3: #ef8a85;
--color-4: #d67aa4;
--color-5: #a56cc6;
} ๐ Shades of Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c94b, #f1a26a, #ef8a85, #d67aa4, #a56cc6);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c94b, #f1a26a, #ef8a85, #d67aa4, #a56cc6);
} ๐ Explore similar color palettes
Shades of Pink color palette created on .