Sprunki Color Palette
Discover the beautiful Sprunki color palette featuring light orchid (#e5a9d0), azalea (#f2b1d3), apricot peach (#f9c7b3), cherokee (#fbd798) and givry (#f7e7b5).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Sprunki palette
💻 Sprunki color palette CSS
/* CSS */
.color-1 {
color: #e5a9d0;
}
.color-2 {
color: #f2b1d3;
}
.color-3 {
color: #f9c7b3;
}
.color-4 {
color: #fbd798;
}
.color-5 {
color: #f7e7b5;
}
/* CSS Variables */
:root {
--color-1: #e5a9d0;
--color-2: #f2b1d3;
--color-3: #f9c7b3;
--color-4: #fbd798;
--color-5: #f7e7b5;
} 🌈 Sprunki background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5a9d0, #f2b1d3, #f9c7b3, #fbd798, #f7e7b5);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5a9d0, #f2b1d3, #f9c7b3, #fbd798, #f7e7b5);
} 🔗 Explore similar color palettes
Sprunki color palette created on .