Soft 80's Convenience Store Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Soft 80's Convenience Store palette

Share this palette to:

Soft 80's Convenience Store color palette PNG image

Download soft 80's convenience store color palette PNG image (landscape)
Download soft 80's convenience store color palette PNG image (square)

Soft 80's Convenience Store color palette CSS

/* CSS */
.color-1 {
color: #f7b5a1;
}
.color-2 {
color: #f0c0a8;
}
.color-3 {
color: #d9e9b4;
}
.color-4 {
color: #b5d9e3;
}
.color-5 {
color: #a3c2e0;
}

/* CSS Variables */
:root {
--color-1: #f7b5a1;
--color-2: #f0c0a8;
--color-3: #d9e9b4;
--color-4: #b5d9e3;
--color-5: #a3c2e0;
}

Soft 80's Convenience Store background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b5a1, #f0c0a8, #d9e9b4, #b5d9e3, #a3c2e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b5a1, #f0c0a8, #d9e9b4, #b5d9e3, #a3c2e0);
}

Soft 80's Convenience Store color palette created on .