Color names in this palette
CSS code for this palette
/* CSS */
.durban-sky {
color: #5c8b99;
}
.chefchaouen-blue {
color: #a3d4e6;
}
.siesta-sands {
color: #f0e6e0;
}
.candlelight-peach {
color: #f8a3a0;
}
.calypso-coral {
color: #e74b5e;
}
/* CSS Variables */
:root {
--durban-sky:#5c8b99;
--chefchaouen-blue:#a3d4e6;
--siesta-sands:#f0e6e0;
--candlelight-peach:#f8a3a0;
--calypso-coral:#e74b5e;
}