Color names in this palette
CSS code for this palette
/* CSS */
.getting-wet {
color: #c4dae3;
}
.corydalis-blue {
color: #a4c8d6;
}
.dexter {
color: #6cb2b2;
}
.thai-teal {
color: #2b8888;
}
.blue-emerald {
color: #0f5c5c;
}
/* CSS Variables */
:root {
--getting-wet:#c4dae3;
--corydalis-blue:#a4c8d6;
--dexter:#6cb2b2;
--thai-teal:#2b8888;
--blue-emerald:#0f5c5c;
}