Color names in this palette
CSS code for this palette
/* CSS */
.roseberry {
color: #f7a7a1;
}
.peach-damask {
color: #f9c5a4;
}
.wickerware {
color: #fce3b0;
}
.iced-celery {
color: #e5e9b9;
}
.light-budgie-blue {
color: #a1d5e8;
}
/* CSS Variables */
:root {
--roseberry:#f7a7a1;
--peach-damask:#f9c5a4;
--wickerware:#fce3b0;
--iced-celery:#e5e9b9;
--light-budgie-blue:#a1d5e8;
}