Color names in this palette
CSS code for this palette
/* CSS */
.baby-tears {
color: #69b7d8;
}
.synergy {
color: #4cc2b4;
}
.ice-crystal-blue {
color: #a4e5e1;
}
.firelight {
color: #f8d97c;
}
.miami-marmalade {
color: #f28e1c;
}
/* CSS Variables */
:root {
--baby-tears:#69b7d8;
--synergy:#4cc2b4;
--ice-crystal-blue:#a4e5e1;
--firelight:#f8d97c;
--miami-marmalade:#f28e1c;
}