CSS code for this palette
/* CSS */
.coquelicot {
color: #ff3c00;
}
.sun-crete {
color: #ff8c00;
}
.star {
color: #ffe500;
}
.verditer {
color: #00bdad;
}
.bosporus {
color: #005c75;
}
/* CSS Variables */
:root {
--coquelicot:#ff3c00;
--sun-crete:#ff8c00;
--star:#ffe500;
--verditer:#00bdad;
--bosporus:#005c75;
}