Color names in this palette
CSS code for this palette
/* CSS */
.newport-blue {
color: #1e87c8;
}
.lake-thun {
color: #4bbae2;
}
.robin-s-egg {
color: #6fe2f6;
}
.waterspout {
color: #a3f1ff;
}
.refreshing-primer {
color: #d6ffff;
}
/* CSS Variables */
:root {
--newport-blue:#1e87c8;
--lake-thun:#4bbae2;
--robin-s-egg:#6fe2f6;
--waterspout:#a3f1ff;
--refreshing-primer:#d6ffff;
}