Color names in this palette
CSS code for this palette
/* CSS */
.pagoda-blue {
color: #1a7d93;
}
.modal-blue {
color: #3fa4ab;
}
.downy {
color: #6fd3c0;
}
.sharbah-fizz {
color: #94e5d6;
}
.shallow-end {
color: #c5f7ed;
}
/* CSS Variables */
:root {
--pagoda-blue:#1a7d93;
--modal-blue:#3fa4ab;
--downy:#6fd3c0;
--sharbah-fizz:#94e5d6;
--shallow-end:#c5f7ed;
}