Color names in this palette
CSS code for this palette
/* CSS */
.rhapsody-in-blue {
color: #002142;
}
.flax-flower-blue {
color: #4c94dc;
}
.template {
color: #a4c8e5;
}
.take-five {
color: #b3c8d5;
}
.disco-ball {
color: #d4d4d4;
}
/* CSS Variables */
:root {
--rhapsody-in-blue:#002142;
--flax-flower-blue:#4c94dc;
--template:#a4c8e5;
--take-five:#b3c8d5;
--disco-ball:#d4d4d4;
}