Color names in this palette
CSS code for this palette
/* CSS */
.dreamsicle {
color: #f6d4c1;
}
.sherbet-fruit {
color: #f9c7b9;
}
.plum-blossom {
color: #f09e9f;
}
.sango-red {
color: #f76a4b;
}
.capocollo {
color: #d8544f;
}
/* CSS Variables */
:root {
--dreamsicle:#f6d4c1;
--sherbet-fruit:#f9c7b9;
--plum-blossom:#f09e9f;
--sango-red:#f76a4b;
--capocollo:#d8544f;
}