Color names in this palette
CSS code for this palette
/* CSS */
.broom-butterfly-blue {
color: #6cb2d5;
}
.orange-pospsicle {
color: #f4a20b;
}
.goldfinch {
color: #f9e25d;
}
.royal-oranje {
color: #fc7a1d;
}
.crushed-berries {
color: #d1579e;
}
/* CSS Variables */
:root {
--broom-butterfly-blue:#6cb2d5;
--orange-pospsicle:#f4a20b;
--goldfinch:#f9e25d;
--royal-oranje:#fc7a1d;
--crushed-berries:#d1579e;
}