Vibrant Broadcast Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vibrant Broadcast palette

Share this palette to:

Vibrant Broadcast color palette CSS

/* CSS */
.color-1 {
color: #1f8fff;
}
.color-2 {
color: #ffcc00;
}
.color-3 {
color: #ff7142;
}
.color-4 {
color: #ff1492;
}
.color-5 {
color: #32cd32;
}

/* CSS Variables */
:root {
--color-1: #1f8fff;
--color-2: #ffcc00;
--color-3: #ff7142;
--color-4: #ff1492;
--color-5: #32cd32;
}

Vibrant Broadcast background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8fff, #ffcc00, #ff7142, #ff1492, #32cd32);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8fff, #ffcc00, #ff7142, #ff1492, #32cd32);
}

Vibrant Broadcast color palette created on .