Color names in this palette
CSS code for this palette
/* CSS */
.lago-blue {
color: #1ab6c1;
}
.throat-chakra {
color: #6dd6d9;
}
.terrace-pool {
color: #a1d7e3;
}
.calabrese {
color: #f1a8a2;
}
.english-rose {
color: #f7c5c6;
}
/* CSS Variables */
:root {
--lago-blue:#1ab6c1;
--throat-chakra:#6dd6d9;
--terrace-pool:#a1d7e3;
--calabrese:#f1a8a2;
--english-rose:#f7c5c6;
}