Color names in this palette
CSS code for this palette
/* CSS */
.popstar {
color: #c24c5e;
}
.love-at-first-sight {
color: #e6a8b3;
}
.trapunto {
color: #f5e9b7;
}
.quantum-effect {
color: #b2e0c3;
}
.xavier-blue {
color: #6ab0e2;
}
/* CSS Variables */
:root {
--popstar:#c24c5e;
--love-at-first-sight:#e6a8b3;
--trapunto:#f5e9b7;
--quantum-effect:#b2e0c3;
--xavier-blue:#6ab0e2;
}