Color names in this palette
CSS code for this palette
/* CSS */
.windsor-way {
color: #a2c7e7;
}
.old-flame {
color: #f4b7b3;
}
.tiger-yellow {
color: #ffdd80;
}
.vic-20-green {
color: #8fdc8f;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--windsor-way:#a2c7e7;
--old-flame:#f4b7b3;
--tiger-yellow:#ffdd80;
--vic-20-green:#8fdc8f;
--grapefruit-pulp:#ff6e61;
}