Natural Pink Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Natural Pink palette
Natural Pink color palette CSS
/* CSS */
.color-1 {
color: #a7e6a2;
}
.color-2 {
color: #f4cf3e;
}
.color-3 {
color: #f8b9ce;
}
.color-4 {
color: #d5b5e3;
}
.color-5 {
color: #f5c99e;
}
/* CSS Variables */
:root {
--color-1: #a7e6a2;
--color-2: #f4cf3e;
--color-3: #f8b9ce;
--color-4: #d5b5e3;
--color-5: #f5c99e;
}
Natural Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7e6a2, #f4cf3e, #f8b9ce, #d5b5e3, #f5c99e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7e6a2, #f4cf3e, #f8b9ce, #d5b5e3, #f5c99e);
}
Similar color palettes
Natural Pink color palette created on .