Color names in this palette
CSS code for this palette
/* CSS */
.maritime-soft-blue {
color: #69b6c3;
}
.iced-aqua {
color: #a7d5d7;
}
.bistro-pink {
color: #e4b9b9;
}
.welcoming-wasp {
color: #f0a800;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--maritime-soft-blue:#69b6c3;
--iced-aqua:#a7d5d7;
--bistro-pink:#e4b9b9;
--welcoming-wasp:#f0a800;
--grapefruit-pulp:#ff6e61;
}