Color names in this palette
CSS code for this palette
/* CSS */
.light-slipper-satin {
color: #cfd3d8;
}
.grey-agate {
color: #a8b3c2;
}
.bel-air-blue {
color: #809cc2;
}
.cyan-azure {
color: #507fb4;
}
.endeavour {
color: #2a588d;
}
/* CSS Variables */
:root {
--light-slipper-satin:#cfd3d8;
--grey-agate:#a8b3c2;
--bel-air-blue:#809cc2;
--cyan-azure:#507fb4;
--endeavour:#2a588d;
}