Sunny Funding Fiesta Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunny Funding Fiesta palette

Share this palette to:

Sunny Funding Fiesta color palette CSS

/* CSS */
.color-1 {
color: #6fbe7f;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #ffbb33;
}
.color-5 {
color: #f36d6d;
}

/* CSS Variables */
:root {
--color-1: #6fbe7f;
--color-2: #f0a800;
--color-3: #ff6e61;
--color-4: #ffbb33;
--color-5: #f36d6d;
}

Sunny Funding Fiesta background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6fbe7f, #f0a800, #ff6e61, #ffbb33, #f36d6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6fbe7f, #f0a800, #ff6e61, #ffbb33, #f36d6d);
}

Sunny Funding Fiesta color palette created on .