Cottagecore Aesthetic Color Palette
Discover the beautiful Cottagecore Aesthetic color palette featuring albescent white (#f5e5d1), bone (#e1cfb7), rainee (#bac4a1), envy (#92a78b) and laurel (#759577).
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 Cottagecore Aesthetic palette
💻 Cottagecore Aesthetic color palette CSS
/* CSS */
.color-1 {
color: #f5e5d1;
}
.color-2 {
color: #e1cfb7;
}
.color-3 {
color: #bac4a1;
}
.color-4 {
color: #92a78b;
}
.color-5 {
color: #759577;
}
/* CSS Variables */
:root {
--color-1: #f5e5d1;
--color-2: #e1cfb7;
--color-3: #bac4a1;
--color-4: #92a78b;
--color-5: #759577;
} 🌈 Cottagecore Aesthetic background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e5d1, #e1cfb7, #bac4a1, #92a78b, #759577);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e5d1, #e1cfb7, #bac4a1, #92a78b, #759577);
} 🔗 Explore similar color palettes
Cottagecore Aesthetic color palette created on .