Color names in this palette
CSS code for this palette
/* CSS */
.roseberry {
color: #f3a5a0;
}
.dreamsicle {
color: #f6d6c1;
}
.barely-butter {
color: #f9e9c3;
}
.nevada-sky {
color: #a2d6e7;
}
.dusty-jade-green {
color: #6eaa9b;
}
/* CSS Variables */
:root {
--roseberry:#f3a5a0;
--dreamsicle:#f6d6c1;
--barely-butter:#f9e9c3;
--nevada-sky:#a2d6e7;
--dusty-jade-green:#6eaa9b;
}