Color names in this palette
CSS code for this palette
/* CSS */
.vampire-red {
color: #d63f2e;
}
.basketball {
color: #f26e31;
}
.gemini-mustard-momento {
color: #f9a94e;
}
.sorreno-lemon {
color: #f2d15a;
}
.atlantic-gull {
color: #4e8db1;
}
/* CSS Variables */
:root {
--vampire-red:#d63f2e;
--basketball:#f26e31;
--gemini-mustard-momento:#f9a94e;
--sorreno-lemon:#f2d15a;
--atlantic-gull:#4e8db1;
}