Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.mint-cold-green {
color: #6dba9f;
}
.venetian-yellow {
color: #f3e5a0;
}
.harmonious-rose {
color: #f89bba;
}
.energetic-orange {
color: #d9573a;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--mint-cold-green:#6dba9f;
--venetian-yellow:#f3e5a0;
--harmonious-rose:#f89bba;
--energetic-orange:#d9573a;
}