Color names in this palette
CSS code for this palette
/* CSS */
.della-robbia-blue {
color: #7a9acd;
}
.sky-high {
color: #a5c2e9;
}
.venetian-yellow {
color: #f5e59e;
}
.mellow-apricot {
color: #f9b87b;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--della-robbia-blue:#7a9acd;
--sky-high:#a5c2e9;
--venetian-yellow:#f5e59e;
--mellow-apricot:#f9b87b;
--grapefruit-pulp:#ff6e61;
}