Color names in this palette
CSS code for this palette
/* CSS */
.blueberry-twist {
color: #1e507b;
}
.viking {
color: #4eb0c6;
}
.chefchaouen-blue {
color: #a1d3e8;
}
.barley-white {
color: #f7e3b6;
}
.vermilion-orange {
color: #f4603e;
}
/* CSS Variables */
:root {
--blueberry-twist:#1e507b;
--viking:#4eb0c6;
--chefchaouen-blue:#a1d3e8;
--barley-white:#f7e3b6;
--vermilion-orange:#f4603e;
}