Cheesy Yellow Color Palette
Discover the beautiful Cheesy Yellow color palette featuring marzipan (#f6e48e), macaroni and cheese (#ffbf75), salmon (#ff7a7a), conifer (#badb57) and jacksons purple (#1e3799).
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 Cheesy Yellow palette
💻 Cheesy Yellow color palette CSS
/* CSS */
.color-1 {
color: #f6e48e;
}
.color-2 {
color: #ffbf75;
}
.color-3 {
color: #ff7a7a;
}
.color-4 {
color: #badb57;
}
.color-5 {
color: #1e3799;
}
/* CSS Variables */
:root {
--color-1: #f6e48e;
--color-2: #ffbf75;
--color-3: #ff7a7a;
--color-4: #badb57;
--color-5: #1e3799;
}
🌈 Cheesy Yellow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e48e, #ffbf75, #ff7a7a, #badb57, #1e3799);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e48e, #ffbf75, #ff7a7a, #badb57, #1e3799);
}
🔗 Explore similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Cheesy Yellow color palette created on .