Color names in this palette
CSS code for this palette
/* CSS */
.deep-blue-sea {
color: #1d5c77;
}
.scooter {
color: #2b8f9c;
}
.crystalsong-blue {
color: #4bb4b4;
}
.enchanted-emerald {
color: #80db9d;
}
.spring-yellow {
color: #f1e57e;
}
/* CSS Variables */
:root {
--deep-blue-sea:#1d5c77;
--scooter:#2b8f9c;
--crystalsong-blue:#4bb4b4;
--enchanted-emerald:#80db9d;
--spring-yellow:#f1e57e;
}