Sunlit Cheese Color Palette
Discover the beautiful Sunlit Cheese color palette featuring portica (#f6ec60), golden sand (#f3d86d), cream can (#f3b859), sandy brown (#f49b4e) and burnt sienna (#e57b3e).
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 Cheese palette
💻 Sunlit Cheese color palette CSS
/* CSS */
.color-1 {
color: #f6ec60;
}
.color-2 {
color: #f3d86d;
}
.color-3 {
color: #f3b859;
}
.color-4 {
color: #f49b4e;
}
.color-5 {
color: #e57b3e;
}
/* CSS Variables */
:root {
--color-1: #f6ec60;
--color-2: #f3d86d;
--color-3: #f3b859;
--color-4: #f49b4e;
--color-5: #e57b3e;
} 🌈 Sunlit Cheese background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6ec60, #f3d86d, #f3b859, #f49b4e, #e57b3e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6ec60, #f3d86d, #f3b859, #f49b4e, #e57b3e);
} 🔗 Explore similar color palettes
Sunlit Cheese color palette created on .