Color names in this palette
CSS code for this palette
/* CSS */
.antilles-blue {
color: #3b5a8c;
}
.bermuda-grey {
color: #6d8ca2;
}
.simpatico-blue {
color: #a5c2d4;
}
.lusty-salmon {
color: #f0b1a3;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--antilles-blue:#3b5a8c;
--bermuda-grey:#6d8ca2;
--simpatico-blue:#a5c2d4;
--lusty-salmon:#f0b1a3;
--grapefruit-pulp:#ff6e61;
}