Pastel Verde Azul Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pastel Verde Azul palette
Color Inspiration
Images that showcase this color palette in real designs
Download Pastel Verde Azul Color Palette (PNG)
Pastel Verde Azul color palette CSS
/* CSS */
.color-1 {
color: #a3d1e0;
}
.color-2 {
color: #87c1c4;
}
.color-3 {
color: #65b2b3;
}
.color-4 {
color: #50b4aa;
}
.color-5 {
color: #3dadb3;
}
/* CSS Variables */
:root {
--color-1: #a3d1e0;
--color-2: #87c1c4;
--color-3: #65b2b3;
--color-4: #50b4aa;
--color-5: #3dadb3;
}
Pastel Verde Azul background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d1e0, #87c1c4, #65b2b3, #50b4aa, #3dadb3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d1e0, #87c1c4, #65b2b3, #50b4aa, #3dadb3);
}
Similar color palettes
Pastel Verde Azul color palette created on .