Verde y Amarillo Color Palette
Discover the beautiful Verde y Amarillo color palette featuring morning glory (#a6e2dc), cream brulee (#ffe0a3), champagne (#faedd6), silver tree (#6bb88a) and fruit salad (#56a45d).
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 Verde y Amarillo palette
💻 Verde y Amarillo color palette CSS
/* CSS */
.color-1 {
color: #a6e2dc;
}
.color-2 {
color: #ffe0a3;
}
.color-3 {
color: #faedd6;
}
.color-4 {
color: #6bb88a;
}
.color-5 {
color: #56a45d;
}
/* CSS Variables */
:root {
--color-1: #a6e2dc;
--color-2: #ffe0a3;
--color-3: #faedd6;
--color-4: #6bb88a;
--color-5: #56a45d;
}
🌈 Verde y Amarillo background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6e2dc, #ffe0a3, #faedd6, #6bb88a, #56a45d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6e2dc, #ffe0a3, #faedd6, #6bb88a, #56a45d);
}
🔗 Explore similar color palettes
Verde y Amarillo color palette created on .