Color names in this palette
CSS code for this palette
/* CSS */
.windsor-way {
color: #a2c7e7;
}
.tacao {
color: #f5b17a;
}
.cymophane-yellow {
color: #f4e5a4;
}
.iced-aqua {
color: #a7d7d7;
}
.hot-coral {
color: #f35d58;
}
/* CSS Variables */
:root {
--windsor-way:#a2c7e7;
--tacao:#f5b17a;
--cymophane-yellow:#f4e5a4;
--iced-aqua:#a7d7d7;
--hot-coral:#f35d58;
}