Color names in this palette
CSS code for this palette
/* CSS */
.tantalize {
color: #699dce;
}
.lake-thun {
color: #4cb9e1;
}
.mystic-tulip {
color: #f7b5a1;
}
.outrageous-orange {
color: #fe6f43;
}
.mango-margarita {
color: #f5b44d;
}
/* CSS Variables */
:root {
--tantalize:#699dce;
--lake-thun:#4cb9e1;
--mystic-tulip:#f7b5a1;
--outrageous-orange:#fe6f43;
--mango-margarita:#f5b44d;
}