Color names in this palette
CSS code for this palette
/* CSS */
.maroon-light {
color: #c52b5e;
}
.chat-orange {
color: #f69c41;
}
.vanilla-pudding {
color: #f4e06c;
}
.waikiki {
color: #1e8d99;
}
.galactic-purple {
color: #4a2c90;
}
/* CSS Variables */
:root {
--maroon-light:#c52b5e;
--chat-orange:#f69c41;
--vanilla-pudding:#f4e06c;
--waikiki:#1e8d99;
--galactic-purple:#4a2c90;
}