CSS code for this palette
/* CSS */
.vanadyl-blue {
color: #00a5e0;
}
.pluviophile {
color: #62d5e4;
}
.icery {
color: #a5f8e2;
}
.calla {
color: #f2e1b5;
}
.peach-butter {
color: #fbaf3c;
}
/* CSS Variables */
:root {
--vanadyl-blue:#00a5e0;
--pluviophile:#62d5e4;
--icery:#a5f8e2;
--calla:#f2e1b5;
--peach-butter:#fbaf3c;
}