Color names in this palette
CSS code for this palette
/* CSS */
.blue-plate {
color: #5c7d9d;
}
.always-blue {
color: #a1b7c9;
}
.fresh-heather {
color: #d1c3df;
}
.ibis {
color: #f2b1c1;
}
.frangipane {
color: #f6d5b1;
}
/* CSS Variables */
:root {
--blue-plate:#5c7d9d;
--always-blue:#a1b7c9;
--fresh-heather:#d1c3df;
--ibis:#f2b1c1;
--frangipane:#f6d5b1;
}