Color names in this palette
CSS code for this palette
/* CSS */
.picton-blue {
color: #5a9fd8;
}
.aragon-green {
color: #4abf87;
}
.energy-yellow {
color: #f7d850;
}
.plastic-carrot {
color: #f75e22;
}
.vivaldi-red {
color: #ea3939;
}
/* CSS Variables */
:root {
--picton-blue:#5a9fd8;
--aragon-green:#4abf87;
--energy-yellow:#f7d850;
--plastic-carrot:#f75e22;
--vivaldi-red:#ea3939;
}