Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.portuguese-blue {
color: #3b5b97;
}
.boat-house {
color: #4b90be;
}
.beveled-glass {
color: #7dcfba;
}
.french-vanilla {
color: #f1e0a7;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--portuguese-blue:#3b5b97;
--boat-house:#4b90be;
--beveled-glass:#7dcfba;
--french-vanilla:#f1e0a7;
}