Color names in this palette
CSS code for this palette
/* CSS */
.rouge-red {
color: #e03e6c;
}
.candy-heart-pink {
color: #f6a4a2;
}
.late-day-sun {
color: #f1e08e;
}
.aqua-bay {
color: #b7e1c9;
}
.bashful-blue {
color: #6b8bd6;
}
/* CSS Variables */
:root {
--rouge-red:#e03e6c;
--candy-heart-pink:#f6a4a2;
--late-day-sun:#f1e08e;
--aqua-bay:#b7e1c9;
--bashful-blue:#6b8bd6;
}