Color names in this palette
CSS code for this palette
/* CSS */
.charter {
color: #69b2d3;
}
.boat-house {
color: #4b90be;
}
.ocean-call {
color: #2c6c8c;
}
.melon-mist {
color: #ef7b91;
}
.azalea-pink {
color: #f8c4c5;
}
/* CSS Variables */
:root {
--charter:#69b2d3;
--boat-house:#4b90be;
--ocean-call:#2c6c8c;
--melon-mist:#ef7b91;
--azalea-pink:#f8c4c5;
}