Yellow Nyake Color Palette
Discover the beautiful Yellow Nyake color palette featuring marzipan (#f6e48e), macaroni and cheese (#ffbf75), salmon (#ff7a7a), conifer (#badb57) and apple (#69af4b).
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 Yellow Nyake palette
💻 Yellow Nyake color palette CSS
/* CSS */
.color-1 {
color: #f6e48e;
}
.color-2 {
color: #ffbf75;
}
.color-3 {
color: #ff7a7a;
}
.color-4 {
color: #badb57;
}
.color-5 {
color: #69af4b;
}
/* CSS Variables */
:root {
--color-1: #f6e48e;
--color-2: #ffbf75;
--color-3: #ff7a7a;
--color-4: #badb57;
--color-5: #69af4b;
} 🌈 Yellow Nyake background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e48e, #ffbf75, #ff7a7a, #badb57, #69af4b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e48e, #ffbf75, #ff7a7a, #badb57, #69af4b);
} 🔗 Explore similar color palettes
Yellow Nyake color palette created on .