Color names in this palette
CSS code for this palette
/* CSS */
.pagoda-blue {
color: #1a818e;
}
.sacred-turquoise {
color: #4eb1a1;
}
.blue-frosting {
color: #80d1c1;
}
.venetian-yellow {
color: #f7e1a1;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--pagoda-blue:#1a818e;
--sacred-turquoise:#4eb1a1;
--blue-frosting:#80d1c1;
--venetian-yellow:#f7e1a1;
--creamy-sweet-corn:#f9c54e;
}