Carnation Pink Bliss Color Palette
Discover the beautiful Carnation Pink Bliss color palette featuring cinderella (#fee1e2), cosmos (#fed7d9), pink (#fec8cd), melon (#fcbbbd) and rose bud (#faaca8).
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 Carnation Pink Bliss palette
💻 Carnation Pink Bliss color palette CSS
/* CSS */
.color-1 {
color: #fee1e2;
}
.color-2 {
color: #fed7d9;
}
.color-3 {
color: #fec8cd;
}
.color-4 {
color: #fcbbbd;
}
.color-5 {
color: #faaca8;
}
/* CSS Variables */
:root {
--color-1: #fee1e2;
--color-2: #fed7d9;
--color-3: #fec8cd;
--color-4: #fcbbbd;
--color-5: #faaca8;
}
🌈 Carnation Pink Bliss background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fee1e2, #fed7d9, #fec8cd, #fcbbbd, #faaca8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fee1e2, #fed7d9, #fec8cd, #fcbbbd, #faaca8);
}
🔗 Explore similar color palettes
Carnation Pink Bliss color palette created on .