Color names in this palette
CSS code for this palette
/* CSS */
.tropical-lagoon {
color: #1e99ae;
}
.glassmith {
color: #4cb4c2;
}
.smooth-satin {
color: #a4d6d4;
}
.roadster-yellow {
color: #f3e1a0;
}
.fresh-peaches {
color: #f8b78b;
}
/* CSS Variables */
:root {
--tropical-lagoon:#1e99ae;
--glassmith:#4cb4c2;
--smooth-satin:#a4d6d4;
--roadster-yellow:#f3e1a0;
--fresh-peaches:#f8b78b;
}