Color names in this palette
CSS code for this palette
/* CSS */
.roseberry {
color: #f7a7a1;
}
.peach-temptation {
color: #f3c5b4;
}
.wedding-cake {
color: #ede3c9;
}
.folk-tale {
color: #b2e0bf;
}
.light-sky-babe {
color: #9fd2df;
}
/* CSS Variables */
:root {
--roseberry:#f7a7a1;
--peach-temptation:#f3c5b4;
--wedding-cake:#ede3c9;
--folk-tale:#b2e0bf;
--light-sky-babe:#9fd2df;
}