Strip Club Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Strip Club palette

Share this palette to:

Strip Club color palette PNG image

Download strip club color palette PNG image (landscape)
Download strip club color palette PNG image (square)

Strip Club color palette CSS

/* CSS */
.color-1 {
color: #cf0761;
}
.color-2 {
color: #ef681f;
}
.color-3 {
color: #eca409;
}
.color-4 {
color: #ecc609;
}
.color-5 {
color: #a60739;
}

/* CSS Variables */
:root {
--color-1: #cf0761;
--color-2: #ef681f;
--color-3: #eca409;
--color-4: #ecc609;
--color-5: #a60739;
}

Strip Club background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cf0761, #ef681f, #eca409, #ecc609, #a60739);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cf0761, #ef681f, #eca409, #ecc609, #a60739);
}

Similar color palettes

Strip Club color palette created on .