Spiff & Sparkle Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Spiff & Sparkle palette

Share this palette to:

Spiff & Sparkle color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6fbe7f;
}
.color-3 {
color: #61a3ff;
}
.color-4 {
color: #f7e17e;
}
.color-5 {
color: #f0a5a3;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6fbe7f;
--color-3: #61a3ff;
--color-4: #f7e17e;
--color-5: #f0a5a3;
}

Spiff & Sparkle background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6fbe7f, #61a3ff, #f7e17e, #f0a5a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6fbe7f, #61a3ff, #f7e17e, #f0a5a3);
}

Spiff & Sparkle color palette created on .