Color names in this palette
CSS code for this palette
/* CSS */
.roseberry {
color: #f3a5a0;
}
.dandelion-tea {
color: #f6e9c1;
}
.straw-hat {
color: #f1d7a7;
}
.mint-cocktail-green {
color: #b5e3b5;
}
.angela-bay {
color: #a9c2e5;
}
/* CSS Variables */
:root {
--roseberry:#f3a5a0;
--dandelion-tea:#f6e9c1;
--straw-hat:#f1d7a7;
--mint-cocktail-green:#b5e3b5;
--angela-bay:#a9c2e5;
}