Color names in this palette
CSS code for this palette
/* CSS */
.splashing-wave {
color: #3edaf9;
}
.hollandaise {
color: #f9f348;
}
.extreme-carrot {
color: #ff702e;
}
.daisy-bush {
color: #5d3f8d;
}
.lightish-red {
color: #ff2e46;
}
/* CSS Variables */
:root {
--splashing-wave:#3edaf9;
--hollandaise:#f9f348;
--extreme-carrot:#ff702e;
--daisy-bush:#5d3f8d;
--lightish-red:#ff2e46;
}