Color names in this palette
CSS code for this palette
/* CSS */
.berry-pie {
color: #4f6f8c;
}
.caulerpa-lentillifera {
color: #5b9a9a;
}
.peppy {
color: #76d6b3;
}
.samoan-sun {
color: #f9b848;
}
.fever {
color: #e74b4b;
}
/* CSS Variables */
:root {
--berry-pie:#4f6f8c;
--caulerpa-lentillifera:#5b9a9a;
--peppy:#76d6b3;
--samoan-sun:#f9b848;
--fever:#e74b4b;
}