Punk Cyanide Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Punk Cyanide palette

Share this palette to:

Punk Cyanide color palette PNG image

Download punk cyanide color palette PNG image (landscape)
Download punk cyanide color palette PNG image (square)

Punk Cyanide color palette CSS

/* CSS */
.color-1 {
color: #00bdd6;
}
.color-2 {
color: #0097a8;
}
.color-3 {
color: #007a6c;
}
.color-4 {
color: #004d40;
}
.color-5 {
color: #1c5e21;
}

/* CSS Variables */
:root {
--color-1: #00bdd6;
--color-2: #0097a8;
--color-3: #007a6c;
--color-4: #004d40;
--color-5: #1c5e21;
}

Punk Cyanide background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00bdd6, #0097a8, #007a6c, #004d40, #1c5e21);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00bdd6, #0097a8, #007a6c, #004d40, #1c5e21);
}

Punk Cyanide color palette created on .