Color names in this palette
CSS code for this palette
/* CSS */
.blue-atoll {
color: #00b3db;
}
.shocking-orange {
color: #ff6d1f;
}
.radiation-carrot {
color: #ffa142;
}
.cape-jasmine {
color: #ffb85c;
}
.manila-tint {
color: #ffe1a8;
}
/* CSS Variables */
:root {
--blue-atoll:#00b3db;
--shocking-orange:#ff6d1f;
--radiation-carrot:#ffa142;
--cape-jasmine:#ffb85c;
--manila-tint:#ffe1a8;
}