Forgotten Sunshine Color Palette
Discover the beautiful Forgotten Sunshine color palette featuring khaki (#f0e78e), anzac (#e2b03c), raw sienna (#d57d3f), paarl (#aa4c2c) and solid pink (#7d2c3d).
Brightness
Saturation
Warmth
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with Forgotten Sunshine palette
๐ป Forgotten Sunshine color palette CSS
/* CSS */
.color-1 {
color: #f0e78e;
}
.color-2 {
color: #e2b03c;
}
.color-3 {
color: #d57d3f;
}
.color-4 {
color: #aa4c2c;
}
.color-5 {
color: #7d2c3d;
}
/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #e2b03c;
--color-3: #d57d3f;
--color-4: #aa4c2c;
--color-5: #7d2c3d;
} ๐ Forgotten Sunshine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #e2b03c, #d57d3f, #aa4c2c, #7d2c3d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #e2b03c, #d57d3f, #aa4c2c, #7d2c3d);
} ๐ Explore similar color palettes
Forgotten Sunshine color palette created on .