Color names in this palette
CSS code for this palette
/* CSS */
.muted-lavender {
color: #3d5a99;
}
.storm-blue {
color: #507f9b;
}
.tropic-tide {
color: #6cc1b6;
}
.almost-aloe {
color: #c1e3b0;
}
.maximum-yellow-red {
color: #f1b74b;
}
/* CSS Variables */
:root {
--muted-lavender:#3d5a99;
--storm-blue:#507f9b;
--tropic-tide:#6cc1b6;
--almost-aloe:#c1e3b0;
--maximum-yellow-red:#f1b74b;
}