Color names in this palette
CSS code for this palette
/* CSS */
.newport-blue {
color: #1e89c8;
}
.watercourse {
color: #5ac7e2;
}
.blizzard-blue {
color: #a5e6f3;
}
.yellow-tulip {
color: #f4d26c;
}
.ponceau {
color: #f25a76;
}
/* CSS Variables */
:root {
--newport-blue:#1e89c8;
--watercourse:#5ac7e2;
--blizzard-blue:#a5e6f3;
--yellow-tulip:#f4d26c;
--ponceau:#f25a76;
}