Verde Agua y Otros Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Verde Agua y Otros palette
Download Verde Agua y Otros Color Palette (PNG)
Verde Agua y Otros color palette CSS
/* CSS */
.color-1 {
color: #afe9d9;
}
.color-2 {
color: #94e1b5;
}
.color-3 {
color: #6cd0a0;
}
.color-4 {
color: #4bc383;
}
.color-5 {
color: #11a661;
}
/* CSS Variables */
:root {
--color-1: #afe9d9;
--color-2: #94e1b5;
--color-3: #6cd0a0;
--color-4: #4bc383;
--color-5: #11a661;
}
Verde Agua y Otros background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #afe9d9, #94e1b5, #6cd0a0, #4bc383, #11a661);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #afe9d9, #94e1b5, #6cd0a0, #4bc383, #11a661);
}
Similar color palettes
Scroll down to explore 40+ Aqua color palettes
Verde Agua y Otros color palette created on .