Color names in this palette
CSS code for this palette
/* CSS */
.huelve-o-horizon {
color: #19afe6;
}
.photon-barrier {
color: #88e0f2;
}
.clear-aqua {
color: #c3efdf;
}
.rice-flower {
color: #f0f9d2;
}
.palace-rose {
color: #f9c8d6;
}
/* CSS Variables */
:root {
--huelve-o-horizon:#19afe6;
--photon-barrier:#88e0f2;
--clear-aqua:#c3efdf;
--rice-flower:#f0f9d2;
--palace-rose:#f9c8d6;
}