Vintage Hive Vibes Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vintage Hive Vibes palette

Share this palette to:

Vintage Hive Vibes color palette CSS

/* CSS */
.color-1 {
color: #f5d15b;
}
.color-2 {
color: #f5a524;
}
.color-3 {
color: #da5c2b;
}
.color-4 {
color: #b44c3c;
}
.color-5 {
color: #6f2a36;
}

/* CSS Variables */
:root {
--color-1: #f5d15b;
--color-2: #f5a524;
--color-3: #da5c2b;
--color-4: #b44c3c;
--color-5: #6f2a36;
}

Vintage Hive Vibes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5d15b, #f5a524, #da5c2b, #b44c3c, #6f2a36);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5d15b, #f5a524, #da5c2b, #b44c3c, #6f2a36);
}

Vintage Hive Vibes color palette created on .