Cottage Core Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cottage Core palette
Color Inspiration
Images that showcase this color palette in real designs
Download Cottage Core Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 1000+ colors.cottagecore color palettes
Cottage Core color palette created on .