Verde y Amarillo Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Verde y Amarillo palette
Download Verde y Amarillo Color Palette (PNG)
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);
}
Similar color palettes
Verde y Amarillo color palette created on .