Color names in this palette
CSS code for this palette
/* CSS */
.windsor-way {
color: #a2c7e7;
}
.soft-cashmere {
color: #f3b4d6;
}
.forgotten-sunset {
color: #fdd4b4;
}
.soviet-gold {
color: #ffd900;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--windsor-way:#a2c7e7;
--soft-cashmere:#f3b4d6;
--forgotten-sunset:#fdd4b4;
--soviet-gold:#ffd900;
--grapefruit-pulp:#ff6e61;
}