Color names in this palette
CSS code for this palette
/* CSS */
.powder-soft-blue {
color: #b6c8d8;
}
.country-air {
color: #a2b7c8;
}
.dresden-dream {
color: #8ea6b8;
}
.maximum-yellow-red {
color: #f1b74b;
}
.jack-o-lantern {
color: #d67a4c;
}
/* CSS Variables */
:root {
--powder-soft-blue:#b6c8d8;
--country-air:#a2b7c8;
--dresden-dream:#8ea6b8;
--maximum-yellow-red:#f1b74b;
--jack-o-lantern:#d67a4c;
}