Cottage Core Color Palette
Discover the beautiful Cottage Core color palette featuring akaroa (#d8bea6), edgewater (#c7e1d1), edward (#a4b7a9), wheat (#f2d5b1) and cashmere (#e4a99b).
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: #d8bea6;
}
.color-2 {
color: #c7e1d1;
}
.color-3 {
color: #a4b7a9;
}
.color-4 {
color: #f2d5b1;
}
.color-5 {
color: #e4a99b;
}
/* CSS Variables */
:root {
--color-1: #d8bea6;
--color-2: #c7e1d1;
--color-3: #a4b7a9;
--color-4: #f2d5b1;
--color-5: #e4a99b;
} 🌈 Cottage Core background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8bea6, #c7e1d1, #a4b7a9, #f2d5b1, #e4a99b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8bea6, #c7e1d1, #a4b7a9, #f2d5b1, #e4a99b);
} 🔗 Explore similar color palettes
Cottage Core color palette created on .