Vibrant Inspiration Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vibrant Inspiration palette

Share this palette to:

Vibrant Inspiration color palette PNG image

Download vibrant inspiration color palette PNG image (landscape)
Download vibrant inspiration color palette PNG image (square)

Vibrant Inspiration color palette CSS

/* CSS */
.color-1 {
color: #ff94b8;
}
.color-2 {
color: #ffbaa3;
}
.color-3 {
color: #fee5a4;
}
.color-4 {
color: #81ebfe;
}
.color-5 {
color: #15b1f4;
}

/* CSS Variables */
:root {
--color-1: #ff94b8;
--color-2: #ffbaa3;
--color-3: #fee5a4;
--color-4: #81ebfe;
--color-5: #15b1f4;
}

Vibrant Inspiration background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff94b8, #ffbaa3, #fee5a4, #81ebfe, #15b1f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff94b8, #ffbaa3, #fee5a4, #81ebfe, #15b1f4);
}

Vibrant Inspiration color palette created on .