Color names in this palette
CSS code for this palette
/* CSS */
.template {
color: #a6c7e2;
}
.air-force-blue {
color: #5d8aa8;
}
.night-market {
color: #4b6477;
}
.mystic-tulip {
color: #f7b5a1;
}
.childhood-crush {
color: #e06e6c;
}
/* CSS Variables */
:root {
--template:#a6c7e2;
--air-force-blue:#5d8aa8;
--night-market:#4b6477;
--mystic-tulip:#f7b5a1;
--childhood-crush:#e06e6c;
}