Phonk Vibes Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Phonk Vibes palette

Share this palette to:

Phonk Vibes color palette PNG image

Download phonk vibes color palette PNG image (landscape)
Download phonk vibes color palette PNG image (square)

Phonk Vibes color palette CSS

/* CSS */
.color-1 {
color: #3f2b6e;
}
.color-2 {
color: #5e3d8a;
}
.color-3 {
color: #7c4d99;
}
.color-4 {
color: #a86d4d;
}
.color-5 {
color: #d8aa2c;
}

/* CSS Variables */
:root {
--color-1: #3f2b6e;
--color-2: #5e3d8a;
--color-3: #7c4d99;
--color-4: #a86d4d;
--color-5: #d8aa2c;
}

Phonk Vibes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3f2b6e, #5e3d8a, #7c4d99, #a86d4d, #d8aa2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3f2b6e, #5e3d8a, #7c4d99, #a86d4d, #d8aa2c);
}

Phonk Vibes color palette created on .