Color names in this palette
CSS code for this palette
/* CSS */
.rosy-outlook {
color: #f6aba2;
}
.sorreno-lemon {
color: #f5ce5c;
}
.invigorating {
color: #f1e9b6;
}
.chefchaouen-blue {
color: #a6d1e7;
}
.brig {
color: #4f9eba;
}
/* CSS Variables */
:root {
--rosy-outlook:#f6aba2;
--sorreno-lemon:#f5ce5c;
--invigorating:#f1e9b6;
--chefchaouen-blue:#a6d1e7;
--brig:#4f9eba;
}