Color names in this palette
CSS code for this palette
/* CSS */
.capocollo {
color: #d84f4f;
}
.saffron-robe {
color: #d59f4d;
}
.southern-platyfish {
color: #d6d84f;
}
.mint-jelly {
color: #4dd59f;
}
.dark-soft-violet {
color: #4d4dd5;
}
/* CSS Variables */
:root {
--capocollo:#d84f4f;
--saffron-robe:#d59f4d;
--southern-platyfish:#d6d84f;
--mint-jelly:#4dd59f;
--dark-soft-violet:#4d4dd5;
}