Purple Pineapple Fun Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Pineapple Fun palette
Purple Pineapple Fun color palette PNG image
Purple Pineapple Fun color palette CSS
/* CSS */
.color-1 {
color: #e8b92c;
}
.color-2 {
color: #f6c151;
}
.color-3 {
color: #d64c6d;
}
.color-4 {
color: #aa7dbf;
}
.color-5 {
color: #6a4c94;
}
/* CSS Variables */
:root {
--color-1: #e8b92c;
--color-2: #f6c151;
--color-3: #d64c6d;
--color-4: #aa7dbf;
--color-5: #6a4c94;
}
Purple Pineapple Fun background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8b92c, #f6c151, #d64c6d, #aa7dbf, #6a4c94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8b92c, #f6c151, #d64c6d, #aa7dbf, #6a4c94);
}
Similar color palettes
Scroll down to explore 2 Fun color palettes
Purple Pineapple Fun color palette created on .