Shades of Carnation Pink Color Palette
Discover the beautiful Shades of Carnation Pink color palette featuring carnation pink (#ffa8cb), pink salmon (#ff8abe), tickle me pink (#ff709b), wild watermelon (#ff4d76) and radical red (#ff2954).
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 Carnation Pink palette
💻 Shades of Carnation Pink color palette CSS
/* CSS */
.color-1 {
color: #ffa8cb;
}
.color-2 {
color: #ff8abe;
}
.color-3 {
color: #ff709b;
}
.color-4 {
color: #ff4d76;
}
.color-5 {
color: #ff2954;
}
/* CSS Variables */
:root {
--color-1: #ffa8cb;
--color-2: #ff8abe;
--color-3: #ff709b;
--color-4: #ff4d76;
--color-5: #ff2954;
}
🌈 Shades of Carnation Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffa8cb, #ff8abe, #ff709b, #ff4d76, #ff2954);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffa8cb, #ff8abe, #ff709b, #ff4d76, #ff2954);
}
🔗 Explore similar color palettes
Shades of Carnation Pink color palette created on .