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