Color names in this palette
CSS code for this palette
/* CSS */
.santas-grey {
color: #a1a1af;
}
.blue-glaze {
color: #5a5a7c;
}
.amphystine {
color: #3e3e5b;
}
.french-pass {
color: #a4d4df;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--santas-grey:#a1a1af;
--blue-glaze:#5a5a7c;
--amphystine:#3e3e5b;
--french-pass:#a4d4df;
--grapefruit-pulp:#ff6e61;
}