Pink Cloud Color Palette
Discover the beautiful Pink Cloud color palette featuring pig pink (#fcd6e3), cherub (#fbe4ef), carousel pink (#fdf2fa), cherub (#f6d1e6) and cherub (#f3c4e7).
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 Pink Cloud palette
💻 Pink Cloud color palette CSS
/* CSS */
.color-1 {
color: #fcd6e3;
}
.color-2 {
color: #fbe4ef;
}
.color-3 {
color: #fdf2fa;
}
.color-4 {
color: #f6d1e6;
}
.color-5 {
color: #f3c4e7;
}
/* CSS Variables */
:root {
--color-1: #fcd6e3;
--color-2: #fbe4ef;
--color-3: #fdf2fa;
--color-4: #f6d1e6;
--color-5: #f3c4e7;
} 🌈 Pink Cloud background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcd6e3, #fbe4ef, #fdf2fa, #f6d1e6, #f3c4e7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcd6e3, #fbe4ef, #fdf2fa, #f6d1e6, #f3c4e7);
} 🔗 Explore similar color palettes
Pink Cloud color palette created on .