Color names in this palette
CSS code for this palette
/* CSS */
.french-raspberry {
color: #c92c49;
}
.strawberry-avalanche {
color: #f0553d;
}
.orange-pospsicle {
color: #f6a50e;
}
.lustrous-yellow {
color: #e4d67c;
}
.template {
color: #a6c7e2;
}
/* CSS Variables */
:root {
--french-raspberry:#c92c49;
--strawberry-avalanche:#f0553d;
--orange-pospsicle:#f6a50e;
--lustrous-yellow:#e4d67c;
--template:#a6c7e2;
}