Color names in this palette
CSS code for this palette
/* CSS */
.vivid-tangerine {
color: #ff9980;
}
.macaroni-and-cheese {
color: #ffb67a;
}
.midday-sun {
color: #ffe0a3;
}
.chefchaouen-blue {
color: #a4d4e5;
}
.veranda-blue {
color: #63b6b0;
}
/* CSS Variables */
:root {
--vivid-tangerine:#ff9980;
--macaroni-and-cheese:#ffb67a;
--midday-sun:#ffe0a3;
--chefchaouen-blue:#a4d4e5;
--veranda-blue:#63b6b0;
}