Light Pink Green Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Light Pink Green Blue palette
Light Pink Green Blue color palette CSS
/* CSS */
.color-1 {
color: #f1a8a2;
}
.color-2 {
color: #f7c5a1;
}
.color-3 {
color: #f7e2b0;
}
.color-4 {
color: #b6e2b6;
}
.color-5 {
color: #8ecae6;
}
/* CSS Variables */
:root {
--color-1: #f1a8a2;
--color-2: #f7c5a1;
--color-3: #f7e2b0;
--color-4: #b6e2b6;
--color-5: #8ecae6;
}
Light Pink Green Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a8a2, #f7c5a1, #f7e2b0, #b6e2b6, #8ecae6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a8a2, #f7c5a1, #f7e2b0, #b6e2b6, #8ecae6);
}
Similar color palettes
Light Pink Green Blue color palette created on .