Plaxi Vibes Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Plaxi Vibes palette

Share this palette to:

Plaxi Vibes color palette PNG image

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

Plaxi Vibes color palette CSS

/* CSS */
.color-1 {
color: #681b98;
}
.color-2 {
color: #49148a;
}
.color-3 {
color: #1ce9b5;
}
.color-4 {
color: #76ff05;
}
.color-5 {
color: #b0ff57;
}

/* CSS Variables */
:root {
--color-1: #681b98;
--color-2: #49148a;
--color-3: #1ce9b5;
--color-4: #76ff05;
--color-5: #b0ff57;
}

Plaxi Vibes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #681b98, #49148a, #1ce9b5, #76ff05, #b0ff57);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #681b98, #49148a, #1ce9b5, #76ff05, #b0ff57);
}

Plaxi Vibes color palette created on .