60s Funny Alien Clown Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with 60s Funny Alien Clown palette

Share this palette to:

60s Funny Alien Clown color palette PNG image

Download 60s funny alien clown color palette PNG image (landscape)
Download 60s funny alien clown color palette PNG image (square)

60s Funny Alien Clown color palette CSS

/* CSS */
.color-1 {
color: #ffcc00;
}
.color-2 {
color: #ff66cc;
}
.color-3 {
color: #66ff66;
}
.color-4 {
color: #00ccff;
}
.color-5 {
color: #ff3366;
}

/* CSS Variables */
:root {
--color-1: #ffcc00;
--color-2: #ff66cc;
--color-3: #66ff66;
--color-4: #00ccff;
--color-5: #ff3366;
}

60s Funny Alien Clown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc00, #ff66cc, #66ff66, #00ccff, #ff3366);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc00, #ff66cc, #66ff66, #00ccff, #ff3366);
}

60s Funny Alien Clown color palette created on .