Color names in this palette
CSS code for this palette
/* CSS */
.button-blue {
color: #1ca0f2;
}
.hawaiian-raspberry {
color: #ff0051;
}
.poison-ivy {
color: #00b341;
}
.abra-goldenrod {
color: #f0c400;
}
.artificial-intelligence-grey {
color: #a1a1a1;
}
/* CSS Variables */
:root {
--button-blue:#1ca0f2;
--hawaiian-raspberry:#ff0051;
--poison-ivy:#00b341;
--abra-goldenrod:#f0c400;
--artificial-intelligence-grey:#a1a1a1;
}