Color names in this palette
CSS code for this palette
/* CSS */
.roseberry {
color: #f7a8a1;
}
.sunset-cruise {
color: #fbbe93;
}
.drover {
color: #fce99c;
}
.basil-smash {
color: #b3e7a2;
}
.chefchaouen-blue {
color: #a2d3e7;
}
/* CSS Variables */
:root {
--roseberry:#f7a8a1;
--sunset-cruise:#fbbe93;
--drover:#fce99c;
--basil-smash:#b3e7a2;
--chefchaouen-blue:#a2d3e7;
}