Athletic Vibes Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Athletic Vibes palette

Share this palette to:

Athletic Vibes color palette CSS

/* CSS */
.color-1 {
color: #e94e77;
}
.color-2 {
color: #f5b400;
}
.color-3 {
color: #ffcc00;
}
.color-4 {
color: #3eb68e;
}
.color-5 {
color: #1c8b9c;
}

/* CSS Variables */
:root {
--color-1: #e94e77;
--color-2: #f5b400;
--color-3: #ffcc00;
--color-4: #3eb68e;
--color-5: #1c8b9c;
}

Athletic Vibes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e94e77, #f5b400, #ffcc00, #3eb68e, #1c8b9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e94e77, #f5b400, #ffcc00, #3eb68e, #1c8b9c);
}

Athletic Vibes color palette created on .