Cottage Core Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cottage Core palette
Download Cottage Core Color Palette (PNG)
Cottage Core color palette CSS
/* CSS */
.color-1 {
color: #b7c7a8;
}
.color-2 {
color: #e0d6c7;
}
.color-3 {
color: #f3e9d3;
}
.color-4 {
color: #f6b492;
}
.color-5 {
color: #eab8b8;
}
/* CSS Variables */
:root {
--color-1: #b7c7a8;
--color-2: #e0d6c7;
--color-3: #f3e9d3;
--color-4: #f6b492;
--color-5: #eab8b8;
}
Cottage Core background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b7c7a8, #e0d6c7, #f3e9d3, #f6b492, #eab8b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b7c7a8, #e0d6c7, #f3e9d3, #f6b492, #eab8b8);
}
Similar color palettes
Cottage Core color palette created on .