Color names in this palette
CSS code for this palette
/* CSS */
.limoges {
color: #1f3b70;
}
.christmas-blue {
color: #298bbc;
}
.clean-pool {
color: #53c6e9;
}
.maximum-yellow-red {
color: #f0b74c;
}
.vivid-red-tangelo {
color: #da5e25;
}
/* CSS Variables */
:root {
--limoges:#1f3b70;
--christmas-blue:#298bbc;
--clean-pool:#53c6e9;
--maximum-yellow-red:#f0b74c;
--vivid-red-tangelo:#da5e25;
}