Color names in this palette
CSS code for this palette
/* CSS */
.cameleer {
color: #e3b05f;
}
.beauty-queen {
color: #b95f8f;
}
.blue-dazzle {
color: #698dba;
}
.wickford-bay {
color: #4d6a8f;
}
.nautical {
color: #2e4a7f;
}
/* CSS Variables */
:root {
--cameleer:#e3b05f;
--beauty-queen:#b95f8f;
--blue-dazzle:#698dba;
--wickford-bay:#4d6a8f;
--nautical:#2e4a7f;
}