Color names in this palette
CSS code for this palette
/* CSS */
.lion-cub {
color: #f8caa5;
}
.mystic-tulip {
color: #f7b8a1;
}
.hot-calypso {
color: #f78b78;
}
.diluno-red {
color: #f0665c;
}
.capocollo {
color: #d94f4a;
}
/* CSS Variables */
:root {
--lion-cub:#f8caa5;
--mystic-tulip:#f7b8a1;
--hot-calypso:#f78b78;
--diluno-red:#f0665c;
--capocollo:#d94f4a;
}