Color names in this palette
CSS code for this palette
/* CSS */
.galactic-purple {
color: #3f2c90;
}
.blue-racer {
color: #4ca1ae;
}
.rising-star {
color: #f6f9d7;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.grapefruit {
color: #ff5c5c;
}
/* CSS Variables */
:root {
--galactic-purple:#3f2c90;
--blue-racer:#4ca1ae;
--rising-star:#f6f9d7;
--creamy-sweet-corn:#f9c54e;
--grapefruit:#ff5c5c;
}