Color names in this palette
CSS code for this palette
/* CSS */
.fulgrim-pink {
color: #f5b2ca;
}
.meadow-yellow {
color: #f9d890;
}
.summer-s-heat {
color: #f9e69a;
}
.ice-crystal-blue {
color: #a7e7df;
}
.blue-calypso {
color: #58a5b6;
}
/* CSS Variables */
:root {
--fulgrim-pink:#f5b2ca;
--meadow-yellow:#f9d890;
--summer-s-heat:#f9e69a;
--ice-crystal-blue:#a7e7df;
--blue-calypso:#58a5b6;
}