Goddess of Vibrance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Goddess of Vibrance palette

Share this palette to:

Goddess of Vibrance color palette CSS

/* CSS */
.color-1 {
color: #ff9900;
}
.color-2 {
color: #ff7142;
}
.color-3 {
color: #ff5c5c;
}
.color-4 {
color: #ff3d8e;
}
.color-5 {
color: #ff1f4f;
}

/* CSS Variables */
:root {
--color-1: #ff9900;
--color-2: #ff7142;
--color-3: #ff5c5c;
--color-4: #ff3d8e;
--color-5: #ff1f4f;
}

Goddess of Vibrance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9900, #ff7142, #ff5c5c, #ff3d8e, #ff1f4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9900, #ff7142, #ff5c5c, #ff3d8e, #ff1f4f);
}

Goddess of Vibrance color palette created on .