Color names in this palette
CSS code for this palette
/* CSS */
.refresh {
color: #a4d5c7;
}
.maximum-yellow-red {
color: #f1b74b;
}
.coral-orange {
color: #e76950;
}
.rose-bud {
color: #b35b9d;
}
.lucid-dream {
color: #5e2c90;
}
/* CSS Variables */
:root {
--refresh:#a4d5c7;
--maximum-yellow-red:#f1b74b;
--coral-orange:#e76950;
--rose-bud:#b35b9d;
--lucid-dream:#5e2c90;
}