Color names in this palette
CSS code for this palette
/* CSS */
.dirty-blue {
color: #407f9c;
}
.tropical-escape {
color: #50b9b0;
}
.patrice {
color: #85d6a1;
}
.bright-khaki {
color: #f3e78c;
}
.mango-margarita {
color: #f6b74c;
}
/* CSS Variables */
:root {
--dirty-blue:#407f9c;
--tropical-escape:#50b9b0;
--patrice:#85d6a1;
--bright-khaki:#f3e78c;
--mango-margarita:#f6b74c;
}