Color names in this palette
CSS code for this palette
/* CSS */
.cambridge-blue {
color: #a4c1ae;
}
.watercolour-white {
color: #dae7da;
}
.rising-star {
color: #f6f9d7;
}
.squash-blossom {
color: #f6b83c;
}
.sohi-red {
color: #e65f3d;
}
/* CSS Variables */
:root {
--cambridge-blue:#a4c1ae;
--watercolour-white:#dae7da;
--rising-star:#f6f9d7;
--squash-blossom:#f6b83c;
--sohi-red:#e65f3d;
}