Color names in this palette
CSS code for this palette
/* CSS */
.courteous {
color: #d2d3df;
}
.powder-soft-blue {
color: #b6c9d8;
}
.frozen-whisper {
color: #8bbeda;
}
.brig {
color: #509dc3;
}
.turkish-stone {
color: #2b7a91;
}
/* CSS Variables */
:root {
--courteous:#d2d3df;
--powder-soft-blue:#b6c9d8;
--frozen-whisper:#8bbeda;
--brig:#509dc3;
--turkish-stone:#2b7a91;
}