Urban Fairway Vibes Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Urban Fairway Vibes palette

Share this palette to:

Urban Fairway Vibes color palette CSS

/* CSS */
.color-1 {
color: #2d9a6d;
}
.color-2 {
color: #ffb300;
}
.color-3 {
color: #ff6a00;
}
.color-4 {
color: #a80024;
}
.color-5 {
color: #4d4d4d;
}

/* CSS Variables */
:root {
--color-1: #2d9a6d;
--color-2: #ffb300;
--color-3: #ff6a00;
--color-4: #a80024;
--color-5: #4d4d4d;
}

Urban Fairway Vibes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d9a6d, #ffb300, #ff6a00, #a80024, #4d4d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d9a6d, #ffb300, #ff6a00, #a80024, #4d4d4d);
}

Urban Fairway Vibes color palette created on .