Color names in this palette
CSS code for this palette
/* CSS */
.salmon-fresco {
color: #f9ae9f;
}
.oyster-bisque {
color: #f1e5b1;
}
.lolly-ice {
color: #a6d8d2;
}
.latigo-bay {
color: #3a9b9c;
}
.blue-highlight {
color: #2d4b8b;
}
/* CSS Variables */
:root {
--salmon-fresco:#f9ae9f;
--oyster-bisque:#f1e5b1;
--lolly-ice:#a6d8d2;
--latigo-bay:#3a9b9c;
--blue-highlight:#2d4b8b;
}