Color names in this palette
CSS code for this palette
/* CSS */
.roseberry {
color: #f3a8a0;
}
.milky-maize {
color: #f8d9a0;
}
.soft-butter {
color: #f3e1b4;
}
.ocean-cruise {
color: #9fd4df;
}
.cerulean-frost {
color: #6d9cc5;
}
/* CSS Variables */
:root {
--roseberry:#f3a8a0;
--milky-maize:#f8d9a0;
--soft-butter:#f3e1b4;
--ocean-cruise:#9fd4df;
--cerulean-frost:#6d9cc5;
}