Cottage Green Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cottage Green palette
Cottage Green color palette CSS
/* CSS */
.color-1 {
color: #a6c9b9;
}
.color-2 {
color: #f5e2b7;
}
.color-3 {
color: #d6a15c;
}
.color-4 {
color: #e2a16e;
}
.color-5 {
color: #b67a3a;
}
/* CSS Variables */
:root {
--color-1: #a6c9b9;
--color-2: #f5e2b7;
--color-3: #d6a15c;
--color-4: #e2a16e;
--color-5: #b67a3a;
}
Cottage Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c9b9, #f5e2b7, #d6a15c, #e2a16e, #b67a3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c9b9, #f5e2b7, #d6a15c, #e2a16e, #b67a3a);
}
Similar color palettes
Cottage Green color palette created on .