Purple Emo Cute Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Emo Cute palette
Color Inspiration
Images that showcase this color palette in real designs
Download Purple Emo Cute Color Palette (PNG)
Purple Emo Cute color palette CSS
/* CSS */
.color-1 {
color: #3d0e4e;
}
.color-2 {
color: #5c234f;
}
.color-3 {
color: #894a8c;
}
.color-4 {
color: #c28dc4;
}
.color-5 {
color: #f2b1e4;
}
/* CSS Variables */
:root {
--color-1: #3d0e4e;
--color-2: #5c234f;
--color-3: #894a8c;
--color-4: #c28dc4;
--color-5: #f2b1e4;
}
Purple Emo Cute background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d0e4e, #5c234f, #894a8c, #c28dc4, #f2b1e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d0e4e, #5c234f, #894a8c, #c28dc4, #f2b1e4);
}
Similar color palettes
Purple Emo Cute color palette created on .