Color names in this palette
CSS code for this palette
/* CSS */
.windsor-way {
color: #a1c4e8;
}
.lemon-dream {
color: #f0a400;
}
.grapefruit-pulp {
color: #ff6e61;
}
.bright-eggplant {
color: #5c4b8b;
}
.pink-abalone {
color: #e9b5a0;
}
/* CSS Variables */
:root {
--windsor-way:#a1c4e8;
--lemon-dream:#f0a400;
--grapefruit-pulp:#ff6e61;
--bright-eggplant:#5c4b8b;
--pink-abalone:#e9b5a0;
}