Color names in this palette
CSS code for this palette
/* CSS */
.bleached-silk {
color: #f2f2f2;
}
.cave-pearl {
color: #d8e4e2;
}
.vast-sky {
color: #a8c9d7;
}
.picton-blue {
color: #5d9ed0;
}
.calypso {
color: #3d708a;
}
/* CSS Variables */
:root {
--bleached-silk:#f2f2f2;
--cave-pearl:#d8e4e2;
--vast-sky:#a8c9d7;
--picton-blue:#5d9ed0;
--calypso:#3d708a;
}