Color names in this palette
CSS code for this palette
/* CSS */
.sacred-turquoise {
color: #4ab5a5;
}
.seafoam-blue {
color: #7ed3b2;
}
.mountain-mint {
color: #a9e0c2;
}
.rice-flower {
color: #f0f7d4;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--sacred-turquoise:#4ab5a5;
--seafoam-blue:#7ed3b2;
--mountain-mint:#a9e0c2;
--rice-flower:#f0f7d4;
--creamy-sweet-corn:#f9c54e;
}