Color names in this palette
CSS code for this palette
/* CSS */
.hot-coral {
color: #f25c5a;
}
.trump-tan {
color: #f9a76c;
}
.sunflower-dandelion {
color: #fce869;
}
.mint-parfait {
color: #b9e5b8;
}
.scott-base {
color: #62a6c0;
}
/* CSS Variables */
:root {
--hot-coral:#f25c5a;
--trump-tan:#f9a76c;
--sunflower-dandelion:#fce869;
--mint-parfait:#b9e5b8;
--scott-base:#62a6c0;
}