Pastel Green and Pink Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pastel Green and Pink palette
Pastel Green and Pink color palette CSS
/* CSS */
.color-1 {
color: #a3d1b5;
}
.color-2 {
color: #f4c3d1;
}
.color-3 {
color: #f4e0ae;
}
.color-4 {
color: #b5e3d7;
}
.color-5 {
color: #f9b4d3;
}
/* CSS Variables */
:root {
--color-1: #a3d1b5;
--color-2: #f4c3d1;
--color-3: #f4e0ae;
--color-4: #b5e3d7;
--color-5: #f9b4d3;
}
Pastel Green and Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d1b5, #f4c3d1, #f4e0ae, #b5e3d7, #f9b4d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d1b5, #f4c3d1, #f4e0ae, #b5e3d7, #f9b4d3);
}
Similar color palettes
Pastel Green and Pink color palette created on .