Color names in this palette
CSS code for this palette
/* CSS */
.boat-house {
color: #4a8bba;
}
.surfin {
color: #6fc2d3;
}
.terrace-pool {
color: #a3d9e1;
}
.syndicalist {
color: #f5c400;
}
.poppy-red {
color: #e63746;
}
/* CSS Variables */
:root {
--boat-house:#4a8bba;
--surfin:#6fc2d3;
--terrace-pool:#a3d9e1;
--syndicalist:#f5c400;
--poppy-red:#e63746;
}