Color names in this palette
CSS code for this palette
/* CSS */
.capocollo {
color: #d84f4f;
}
.candied-yams {
color: #f6a665;
}
.spring-yellow {
color: #f3e57c;
}
.big-chill {
color: #80c8e5;
}
.cossack-dancer {
color: #4d8b9d;
}
/* CSS Variables */
:root {
--capocollo:#d84f4f;
--candied-yams:#f6a665;
--spring-yellow:#f3e57c;
--big-chill:#80c8e5;
--cossack-dancer:#4d8b9d;
}