Color names in this palette
CSS code for this palette
/* CSS */
.dayflower {
color: #3b99d8;
}
.malibu {
color: #5dbae5;
}
.photon-barrier {
color: #86daf4;
}
.maximum-yellow-red {
color: #f1b74b;
}
.adventure-island-pink {
color: #f2785a;
}
/* CSS Variables */
:root {
--dayflower:#3b99d8;
--malibu:#5dbae5;
--photon-barrier:#86daf4;
--maximum-yellow-red:#f1b74b;
--adventure-island-pink:#f2785a;
}