Color names in this palette
CSS code for this palette
/* CSS */
.blue-highlight {
color: #2d498f;
}
.woad-blue {
color: #5a7dba;
}
.blue-chrysocolla {
color: #7ab9d1;
}
.light-sky-babe {
color: #9fd2df;
}
.eugenia {
color: #f2e8d4;
}
/* CSS Variables */
:root {
--blue-highlight:#2d498f;
--woad-blue:#5a7dba;
--blue-chrysocolla:#7ab9d1;
--light-sky-babe:#9fd2df;
--eugenia:#f2e8d4;
}