Color names in this palette
CSS code for this palette
/* CSS */
.roseberry {
color: #f3a5a0;
}
.cheddar-corn {
color: #f8d4b4;
}
.soft-butter {
color: #f5e2b7;
}
.flower-stem {
color: #b7d9b4;
}
.template {
color: #a4cae5;
}
/* CSS Variables */
:root {
--roseberry:#f3a5a0;
--cheddar-corn:#f8d4b4;
--soft-butter:#f5e2b7;
--flower-stem:#b7d9b4;
--template:#a4cae5;
}