Color names in this palette
CSS code for this palette
/* CSS */
.roseberry {
color: #f3a5a0;
}
.lion-cub {
color: #f8caa5;
}
.tinker-light {
color: #fceeb6;
}
.smooth-satin {
color: #a4d6d4;
}
.windsor-way {
color: #a2c4e7;
}
/* CSS Variables */
:root {
--roseberry:#f3a5a0;
--lion-cub:#f8caa5;
--tinker-light:#fceeb6;
--smooth-satin:#a4d6d4;
--windsor-way:#a2c4e7;
}