70s Girly Nature Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with 70s Girly Nature palette

Share this palette to:

70s Girly Nature color palette PNG image

Download 70s girly nature color palette PNG image (landscape)
Download 70s girly nature color palette PNG image (square)

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);
}

70s Girly Nature color palette created on .