Color names in this palette
CSS code for this palette
/* CSS */
.pagoda-blue {
color: #1a818e;
}
.port-hope {
color: #4ec1bd;
}
.vidalia {
color: #a0dad3;
}
.pearl-yellow {
color: #f3e4ba;
}
.mixed-fruit {
color: #f9b7b4;
}
/* CSS Variables */
:root {
--pagoda-blue:#1a818e;
--port-hope:#4ec1bd;
--vidalia:#a0dad3;
--pearl-yellow:#f3e4ba;
--mixed-fruit:#f9b7b4;
}