Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.antilles-blue {
color: #3b5f8c;
}
.dull-teal {
color: #5b9a90;
}
.cactus-blooms {
color: #f5c79e;
}
.sunset-papaya {
color: #ff7e61;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--antilles-blue:#3b5f8c;
--dull-teal:#5b9a90;
--cactus-blooms:#f5c79e;
--sunset-papaya:#ff7e61;
}