Cottage Core Color Palette
Discover the beautiful Cottage Core color palette featuring gold sand (#e6b389), coriander (#c6d5b8), pigeon post (#a1c1d4), mandys pink (#f2c1b5) and logan (#b7a7d2).
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 Cottage Core palette
💻 Cottage Core color palette CSS
/* CSS */
.color-1 {
color: #e6b389;
}
.color-2 {
color: #c6d5b8;
}
.color-3 {
color: #a1c1d4;
}
.color-4 {
color: #f2c1b5;
}
.color-5 {
color: #b7a7d2;
}
/* CSS Variables */
:root {
--color-1: #e6b389;
--color-2: #c6d5b8;
--color-3: #a1c1d4;
--color-4: #f2c1b5;
--color-5: #b7a7d2;
} 🌈 Cottage Core background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6b389, #c6d5b8, #a1c1d4, #f2c1b5, #b7a7d2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6b389, #c6d5b8, #a1c1d4, #f2c1b5, #b7a7d2);
} 🔗 Explore similar color palettes
Cottage Core color palette created on .