Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.atomic-tangerine {
color: #ff976b;
}
.desert-sunrise {
color: #ffb68f;
}
.caramel-finish {
color: #ffd899;
}
.veiling-waterfalls {
color: #d6e2ff;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--atomic-tangerine:#ff976b;
--desert-sunrise:#ffb68f;
--caramel-finish:#ffd899;
--veiling-waterfalls:#d6e2ff;
}