Color names in this palette
CSS code for this palette
/* CSS */
.blue-iguana {
color: #4f9ccf;
}
.hawaiian-breeze {
color: #76c7e0;
}
.vandermint {
color: #a8e1e6;
}
.distant-horizon {
color: #f1f8f7;
}
.golden-plumeria {
color: #f9d071;
}
/* CSS Variables */
:root {
--blue-iguana:#4f9ccf;
--hawaiian-breeze:#76c7e0;
--vandermint:#a8e1e6;
--distant-horizon:#f1f8f7;
--golden-plumeria:#f9d071;
}