Color names in this palette
CSS code for this palette
/* CSS */
.blue-click {
color: #a9daea;
}
.certain-peach {
color: #f4b99f;
}
.south-shore-sun {
color: #ffda9e;
}
.grapefruit-pulp {
color: #ff6e61;
}
.scandinavian-sky {
color: #c1d3d7;
}
/* CSS Variables */
:root {
--blue-click:#a9daea;
--certain-peach:#f4b99f;
--south-shore-sun:#ffda9e;
--grapefruit-pulp:#ff6e61;
--scandinavian-sky:#c1d3d7;
}