Furry Friends Fiesta Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Furry Friends Fiesta palette

Share this palette to:

Furry Friends Fiesta color palette CSS

/* CSS */
.color-1 {
color: #ffb3ba;
}
.color-2 {
color: #ff667d;
}
.color-3 {
color: #d9bf78;
}
.color-4 {
color: #5c8ead;
}
.color-5 {
color: #2f3c4c;
}

/* CSS Variables */
:root {
--color-1: #ffb3ba;
--color-2: #ff667d;
--color-3: #d9bf78;
--color-4: #5c8ead;
--color-5: #2f3c4c;
}

Furry Friends Fiesta background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3ba, #ff667d, #d9bf78, #5c8ead, #2f3c4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3ba, #ff667d, #d9bf78, #5c8ead, #2f3c4c);
}

Furry Friends Fiesta color palette created on .