70s Girly Nature Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with 70s Girly Nature palette
70s Girly Nature color palette PNG image
70s Girly Nature color palette CSS
/* CSS */
.color-1 {
color: #f1a7b4;
}
.color-2 {
color: #f7c8a6;
}
.color-3 {
color: #e3dca6;
}
.color-4 {
color: #b1e2b5;
}
.color-5 {
color: #a2d2e2;
}
/* CSS Variables */
:root {
--color-1: #f1a7b4;
--color-2: #f7c8a6;
--color-3: #e3dca6;
--color-4: #b1e2b5;
--color-5: #a2d2e2;
}
70s Girly Nature background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7b4, #f7c8a6, #e3dca6, #b1e2b5, #a2d2e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7b4, #f7c8a6, #e3dca6, #b1e2b5, #a2d2e2);
}
Similar color palettes
70s Girly Nature color palette created on .