Color names in this palette
CSS code for this palette
/* CSS */
.nancy {
color: #5bb9e1;
}
.ceramic-green {
color: #3bbf70;
}
.mocha-dandelion {
color: #f2d86e;
}
.rose-mallow {
color: #f1a7c5;
}
.sango-red {
color: #f7654b;
}
/* CSS Variables */
:root {
--nancy:#5bb9e1;
--ceramic-green:#3bbf70;
--mocha-dandelion:#f2d86e;
--rose-mallow:#f1a7c5;
--sango-red:#f7654b;
}