Color names in this palette
CSS code for this palette
/* CSS */
.larimar-blue {
color: #1e78a9;
}
.raichu-orange {
color: #f9a939;
}
.yellow-stagshorn {
color: #f9da5d;
}
.capocollo {
color: #d8544f;
}
.white {
color: #ffffff;
}
/* CSS Variables */
:root {
--larimar-blue:#1e78a9;
--raichu-orange:#f9a939;
--yellow-stagshorn:#f9da5d;
--capocollo:#d8544f;
--white:#ffffff;
}