Tears of the Kingdom Color Palette
Discover the beautiful Tears of the Kingdom color palette featuring apple (#4f8c31), conifer (#9acf54), caper (#d3e9a5), sandwisp (#f4e39f) and mandys pink (#f0b19e).
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 Tears of the Kingdom palette
💻 Tears of the Kingdom color palette CSS
/* CSS */
.color-1 {
color: #4f8c31;
}
.color-2 {
color: #9acf54;
}
.color-3 {
color: #d3e9a5;
}
.color-4 {
color: #f4e39f;
}
.color-5 {
color: #f0b19e;
}
/* CSS Variables */
:root {
--color-1: #4f8c31;
--color-2: #9acf54;
--color-3: #d3e9a5;
--color-4: #f4e39f;
--color-5: #f0b19e;
} 🌈 Tears of the Kingdom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f8c31, #9acf54, #d3e9a5, #f4e39f, #f0b19e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f8c31, #9acf54, #d3e9a5, #f4e39f, #f0b19e);
} 🔗 Explore similar color palettes
Tears of the Kingdom color palette created on .