Color names in this palette
CSS code for this palette
/* CSS */
.cambridge-blue {
color: #a4c1ae;
}
.toasted-cashew {
color: #e2d0b6;
}
.sunday-afternoon {
color: #f5c87a;
}
.mandarin-rind {
color: #f08d3d;
}
.firecracker-salmon {
color: #ef5d5d;
}
/* CSS Variables */
:root {
--cambridge-blue:#a4c1ae;
--toasted-cashew:#e2d0b6;
--sunday-afternoon:#f5c87a;
--mandarin-rind:#f08d3d;
--firecracker-salmon:#ef5d5d;
}