Color names in this palette
CSS code for this palette
/* CSS */
.celestial-horizon {
color: #7a93b3;
}
.powder-soft-blue {
color: #b6c9d8;
}
.light-spirited {
color: #d6f0e8;
}
.aspen-yellow {
color: #f8dfa0;
}
.plum-blossom {
color: #f2a2a1;
}
/* CSS Variables */
:root {
--celestial-horizon:#7a93b3;
--powder-soft-blue:#b6c9d8;
--light-spirited:#d6f0e8;
--aspen-yellow:#f8dfa0;
--plum-blossom:#f2a2a1;
}