Color names in this palette
CSS code for this palette
/* CSS */
.river-fountain {
color: #1e898f;
}
.eucalipto {
color: #4fc4a3;
}
.aruba-blue {
color: #7dd1d8;
}
.marigold-dust {
color: #f4cf3e;
}
.childhood-crush {
color: #e26a6c;
}
/* CSS Variables */
:root {
--river-fountain:#1e898f;
--eucalipto:#4fc4a3;
--aruba-blue:#7dd1d8;
--marigold-dust:#f4cf3e;
--childhood-crush:#e26a6c;
}