Loading...

Venusian Vibes Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Venusian Vibes palette

Share this palette to:

Download Venusian Vibes Color Palette (PNG)

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

Venusian Vibes color palette CSS

/* CSS */
.color-1 {
color: #9b58b6;
}
.color-2 {
color: #8d43ad;
}
.color-3 {
color: #f1c40e;
}
.color-4 {
color: #2ecc70;
}
.color-5 {
color: #e74d3c;
}

/* CSS Variables */
:root {
--color-1: #9b58b6;
--color-2: #8d43ad;
--color-3: #f1c40e;
--color-4: #2ecc70;
--color-5: #e74d3c;
}

Venusian Vibes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9b58b6, #8d43ad, #f1c40e, #2ecc70, #e74d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9b58b6, #8d43ad, #f1c40e, #2ecc70, #e74d3c);
}

Venusian Vibes color palette created on .