Color names in this palette
CSS code for this palette
/* CSS */
.bermuda-triangle {
color: #6e8ba0;
}
.blue-bows {
color: #a5c4d4;
}
.chamois-cloth {
color: #f0e2d1;
}
.pallid-orange {
color: #f9b79f;
}
.grenadier {
color: #c74938;
}
/* CSS Variables */
:root {
--bermuda-triangle:#6e8ba0;
--blue-bows:#a5c4d4;
--chamois-cloth:#f0e2d1;
--pallid-orange:#f9b79f;
--grenadier:#c74938;
}