Color names in this palette
CSS code for this palette
/* CSS */
.tropical-lagoon {
color: #1e99ae;
}
.skink-blue {
color: #5dc6d0;
}
.luminescent-blue {
color: #a2e1e7;
}
.cashew-cheese {
color: #f8f9b9;
}
.pompelmo {
color: #ff6b6b;
}
/* CSS Variables */
:root {
--tropical-lagoon:#1e99ae;
--skink-blue:#5dc6d0;
--luminescent-blue:#a2e1e7;
--cashew-cheese:#f8f9b9;
--pompelmo:#ff6b6b;
}