Color names in this palette
CSS code for this palette
/* CSS */
.windsor-way {
color: #a2c7e7;
}
.trapunto {
color: #f6eab6;
}
.peach-fizz {
color: #ffac80;
}
.grapefruit-pulp {
color: #ff6e61;
}
.shallow-shoal {
color: #9fd5d5;
}
/* CSS Variables */
:root {
--windsor-way:#a2c7e7;
--trapunto:#f6eab6;
--peach-fizz:#ffac80;
--grapefruit-pulp:#ff6e61;
--shallow-shoal:#9fd5d5;
}