Color names in this palette
CSS code for this palette
/* CSS */
.french-raspberry {
color: #c92c49;
}
.angel-food-cake {
color: #daa24e;
}
.scalloped-oak {
color: #f2d0a1;
}
.mountain-mint {
color: #a3dcc1;
}
.lagoon {
color: #4c9e8e;
}
/* CSS Variables */
:root {
--french-raspberry:#c92c49;
--angel-food-cake:#daa24e;
--scalloped-oak:#f2d0a1;
--mountain-mint:#a3dcc1;
--lagoon:#4c9e8e;
}