Cottagecore Yellow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cottagecore Yellow palette

Share this palette to:

Download Cottagecore Yellow Color Palette (PNG)

Download cottagecore yellow color palette PNG image (landscape)
Download cottagecore yellow color palette PNG image (square)

Cottagecore Yellow color palette CSS

/* CSS */
.color-1 {
color: #e2b83c;
}
.color-2 {
color: #a3d78e;
}
.color-3 {
color: #f5cab2;
}
.color-4 {
color: #f3aac8;
}
.color-5 {
color: #6b507c;
}

/* CSS Variables */
:root {
--color-1: #e2b83c;
--color-2: #a3d78e;
--color-3: #f5cab2;
--color-4: #f3aac8;
--color-5: #6b507c;
}

Cottagecore Yellow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2b83c, #a3d78e, #f5cab2, #f3aac8, #6b507c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2b83c, #a3d78e, #f5cab2, #f3aac8, #6b507c);
}

Cottagecore Yellow color palette created on .