Color names in this palette
CSS code for this palette
/* CSS */
.candid-blue {
color: #6cc0e4;
}
.first-date {
color: #f7b2a1;
}
.deviled-egg {
color: #fbd679;
}
.alexandria {
color: #ff9270;
}
.dusk-orange {
color: #ff4d3d;
}
/* CSS Variables */
:root {
--candid-blue:#6cc0e4;
--first-date:#f7b2a1;
--deviled-egg:#fbd679;
--alexandria:#ff9270;
--dusk-orange:#ff4d3d;
}