Color names in this palette
CSS code for this palette
/* CSS */
.peaceful-river {
color: #4a9cd3;
}
.throat-chakra {
color: #6dd3d5;
}
.mint-parfait {
color: #b7e6b8;
}
.marigold-dust {
color: #f4cf3e;
}
.dodgeroll-gold {
color: #f39c12;
}
/* CSS Variables */
:root {
--peaceful-river:#4a9cd3;
--throat-chakra:#6dd3d5;
--mint-parfait:#b7e6b8;
--marigold-dust:#f4cf3e;
--dodgeroll-gold:#f39c12;
}