Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #fe6d5d;
}
.blue-angels-yellow {
color: #fab700;
}
.ancient-scroll {
color: #f1e4d0;
}
.sinbad {
color: #a7d3d0;
}
.peaceful-river {
color: #4a9cd3;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#fe6d5d;
--blue-angels-yellow:#fab700;
--ancient-scroll:#f1e4d0;
--sinbad:#a7d3d0;
--peaceful-river:#4a9cd3;
}