Color names in this palette
CSS code for this palette
/* CSS */
.roseberry {
color: #f7a8a1;
}
.avid-apricot {
color: #f3c5a0;
}
.butter-cookie {
color: #f0e4b2;
}
.touch-of-turquoise {
color: #a3d2d1;
}
.jordy-blue {
color: #7ba5e0;
}
/* CSS Variables */
:root {
--roseberry:#f7a8a1;
--avid-apricot:#f3c5a0;
--butter-cookie:#f0e4b2;
--touch-of-turquoise:#a3d2d1;
--jordy-blue:#7ba5e0;
}