Color names in this palette
CSS code for this palette
/* CSS */
.silver-strawberry {
color: #f1c0c0;
}
.roseberry {
color: #f5a59e;
}
.burning-coals {
color: #f59e75;
}
.salsa-sizzle {
color: #f07b3d;
}
.karaka-orange {
color: #f24c26;
}
/* CSS Variables */
:root {
--silver-strawberry:#f1c0c0;
--roseberry:#f5a59e;
--burning-coals:#f59e75;
--salsa-sizzle:#f07b3d;
--karaka-orange:#f24c26;
}