Color names in this palette
CSS code for this palette
/* CSS */
.veiling-waterfalls {
color: #d6eaff;
}
.baby-blue-eyes {
color: #9fc8f4;
}
.acapulco-dive {
color: #67a3e0;
}
.splish-splash {
color: #3390d7;
}
.biloxi-blue {
color: #0077b8;
}
/* CSS Variables */
:root {
--veiling-waterfalls:#d6eaff;
--baby-blue-eyes:#9fc8f4;
--acapulco-dive:#67a3e0;
--splish-splash:#3390d7;
--biloxi-blue:#0077b8;
}