Robin's Nest Color Palette
Discover the beautiful Robin's Nest color palette featuring kobi (#e6a2b3), mandys pink (#f4c3c4), marzipan (#f9e1a4), morning glory (#a3d3e1) and ship cove (#6a8db9).
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 Robin's Nest palette
💻 Robin's Nest color palette CSS
/* CSS */
.color-1 {
color: #e6a2b3;
}
.color-2 {
color: #f4c3c4;
}
.color-3 {
color: #f9e1a4;
}
.color-4 {
color: #a3d3e1;
}
.color-5 {
color: #6a8db9;
}
/* CSS Variables */
:root {
--color-1: #e6a2b3;
--color-2: #f4c3c4;
--color-3: #f9e1a4;
--color-4: #a3d3e1;
--color-5: #6a8db9;
} 🌈 Robin's Nest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6a2b3, #f4c3c4, #f9e1a4, #a3d3e1, #6a8db9);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6a2b3, #f4c3c4, #f9e1a4, #a3d3e1, #6a8db9);
} 🔗 Explore similar color palettes
Robin's Nest color palette created on .