Pink and Gold Forest Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink and Gold Forest palette
Pink and Gold Forest color palette CSS
/* CSS */
.color-1 {
color: #e4afc3;
}
.color-2 {
color: #f3d57c;
}
.color-3 {
color: #f5af2e;
}
.color-4 {
color: #7fd959;
}
.color-5 {
color: #a34d7c;
}
/* CSS Variables */
:root {
--color-1: #e4afc3;
--color-2: #f3d57c;
--color-3: #f5af2e;
--color-4: #7fd959;
--color-5: #a34d7c;
}
Pink and Gold Forest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4afc3, #f3d57c, #f5af2e, #7fd959, #a34d7c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4afc3, #f3d57c, #f5af2e, #7fd959, #a34d7c);
}
Similar color palettes
Scroll down to explore 90+ Aesthetic color palettes
Pink and Gold Forest color palette created on .