Color names in this palette
CSS code for this palette
/* CSS */
.roseberry {
color: #f7a7a1;
}
.butter-cupcake {
color: #fddc9b;
}
.gilded {
color: #f3e24f;
}
.chinook {
color: #a1d3a5;
}
.debutante-ball {
color: #6b8ebd;
}
/* CSS Variables */
:root {
--roseberry:#f7a7a1;
--butter-cupcake:#fddc9b;
--gilded:#f3e24f;
--chinook:#a1d3a5;
--debutante-ball:#6b8ebd;
}