Color names in this palette
CSS code for this palette
/* CSS */
.boudoir-blue {
color: #7c9dda;
}
.riverside-blue {
color: #6db2c5;
}
.eucalipto {
color: #4ec1a4;
}
.maximum-yellow-red {
color: #f0ba4c;
}
.childhood-crush {
color: #e76d65;
}
/* CSS Variables */
:root {
--boudoir-blue:#7c9dda;
--riverside-blue:#6db2c5;
--eucalipto:#4ec1a4;
--maximum-yellow-red:#f0ba4c;
--childhood-crush:#e76d65;
}