Sunlit Meadow Color Palette
Discover the beautiful Sunlit Meadow color palette featuring sandwisp (#f3e39b), confetti (#e4d25e), old gold (#d5c130), buddha gold (#c2b500) and buddha gold (#ada200).
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 Sunlit Meadow palette
๐ป Sunlit Meadow color palette CSS
/* CSS */
.color-1 {
color: #f3e39b;
}
.color-2 {
color: #e4d25e;
}
.color-3 {
color: #d5c130;
}
.color-4 {
color: #c2b500;
}
.color-5 {
color: #ada200;
}
/* CSS Variables */
:root {
--color-1: #f3e39b;
--color-2: #e4d25e;
--color-3: #d5c130;
--color-4: #c2b500;
--color-5: #ada200;
} ๐ Sunlit Meadow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e39b, #e4d25e, #d5c130, #c2b500, #ada200);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e39b, #e4d25e, #d5c130, #c2b500, #ada200);
} ๐ Explore similar color palettes
Sunlit Meadow color palette created on .