Loading...
Purple Cosmo Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Cosmo palette
Download Purple Cosmo Color Palette (PNG)
Purple Cosmo color palette CSS
/* CSS */
.color-1 {
color: #4c3d6c;
}
.color-2 {
color: #795a90;
}
.color-3 {
color: #b68bb1;
}
.color-4 {
color: #e4b9d4;
}
.color-5 {
color: #f2b0ed;
}
/* CSS Variables */
:root {
--color-1: #4c3d6c;
--color-2: #795a90;
--color-3: #b68bb1;
--color-4: #e4b9d4;
--color-5: #f2b0ed;
}
Purple Cosmo background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3d6c, #795a90, #b68bb1, #e4b9d4, #f2b0ed);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3d6c, #795a90, #b68bb1, #e4b9d4, #f2b0ed);
}
Similar color palettes
Purple Cosmo color palette created on .