Color names in this palette
CSS code for this palette
/* CSS */
.peri-peri {
color: #c82d2d;
}
.shrimp-cocktail {
color: #f4a462;
}
.may-sun {
color: #f9e9d2;
}
.vitalize {
color: #2d9f4d;
}
.blue-dart-frog {
color: #3b7e9b;
}
/* CSS Variables */
:root {
--peri-peri:#c82d2d;
--shrimp-cocktail:#f4a462;
--may-sun:#f9e9d2;
--vitalize:#2d9f4d;
--blue-dart-frog:#3b7e9b;
}