Color names in this palette
CSS code for this palette
/* CSS */
.chesty-bond {
color: #526ca3;
}
.steel-blue-eyes {
color: #7d95ca;
}
.light-powder-blue {
color: #c3d8ef;
}
.tea-light {
color: #f6e4c1;
}
.peach-scone {
color: #fbbcbc;
}
/* CSS Variables */
:root {
--chesty-bond:#526ca3;
--steel-blue-eyes:#7d95ca;
--light-powder-blue:#c3d8ef;
--tea-light:#f6e4c1;
--peach-scone:#fbbcbc;
}