Orange Partybeetle Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Orange Partybeetle palette

Share this palette to:

Orange Partybeetle color palette CSS

/* CSS */
.color-1 {
color: #f47b1f;
}
.color-2 {
color: #faa700;
}
.color-3 {
color: #f7da6e;
}
.color-4 {
color: #3dbd74;
}
.color-5 {
color: #ff4d6a;
}

/* CSS Variables */
:root {
--color-1: #f47b1f;
--color-2: #faa700;
--color-3: #f7da6e;
--color-4: #3dbd74;
--color-5: #ff4d6a;
}

Orange Partybeetle background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f47b1f, #faa700, #f7da6e, #3dbd74, #ff4d6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f47b1f, #faa700, #f7da6e, #3dbd74, #ff4d6a);
}

Orange Partybeetle color palette created on .