Color names in this palette
CSS code for this palette
/* CSS */
.blue-nude {
color: #2b4f8c;
}
.boat-house {
color: #4b8bb9;
}
.chefchaouen-blue {
color: #a5d1e9;
}
.peach-damask {
color: #f6c4a7;
}
.vinaceous-cinnamon {
color: #f28c8c;
}
/* CSS Variables */
:root {
--blue-nude:#2b4f8c;
--boat-house:#4b8bb9;
--chefchaouen-blue:#a5d1e9;
--peach-damask:#f6c4a7;
--vinaceous-cinnamon:#f28c8c;
}