Color names in this palette
CSS code for this palette
/* CSS */
.sail-away {
color: #5ab5e2;
}
.bluebottle {
color: #90d3e9;
}
.break-the-ice {
color: #b2e0f0;
}
.candy-heart-pink {
color: #f6a2a2;
}
.fiery-salmon {
color: #f76969;
}
/* CSS Variables */
:root {
--sail-away:#5ab5e2;
--bluebottle:#90d3e9;
--break-the-ice:#b2e0f0;
--candy-heart-pink:#f6a2a2;
--fiery-salmon:#f76969;
}