Color names in this palette
CSS code for this palette
/* CSS */
.nectarous-nectarine {
color: #e25565;
}
.salmon-pok-bowl {
color: #f2787c;
}
.calabrese {
color: #f2a8a6;
}
.prairie-rose {
color: #f2c9c0;
}
.light-rose {
color: #f4d2d5;
}
/* CSS Variables */
:root {
--nectarous-nectarine:#e25565;
--salmon-pok-bowl:#f2787c;
--calabrese:#f2a8a6;
--prairie-rose:#f2c9c0;
--light-rose:#f4d2d5;
}