Color names in this palette
CSS code for this palette
/* CSS */
.permanent-geranium-lake {
color: #e0292f;
}
.raichu-orange {
color: #f5ae3d;
}
.olympic-blue {
color: #4b91e2;
}
.jubilee {
color: #7a5b9a;
}
.swimmers-pool {
color: #2ec2b3;
}
/* CSS Variables */
:root {
--permanent-geranium-lake:#e0292f;
--raichu-orange:#f5ae3d;
--olympic-blue:#4b91e2;
--jubilee:#7a5b9a;
--swimmers-pool:#2ec2b3;
}