Color names in this palette
CSS code for this palette
/* CSS */
.spanish-blue {
color: #0071b8;
}
.clean-pool {
color: #5cc0eb;
}
.nevada-sky {
color: #a1d9e8;
}
.rising-star {
color: #f6f9d7;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--spanish-blue:#0071b8;
--clean-pool:#5cc0eb;
--nevada-sky:#a1d9e8;
--rising-star:#f6f9d7;
--grapefruit-pulp:#ff6e61;
}