Color names in this palette
CSS code for this palette
/* CSS */
.underwater-realm {
color: #292c65;
}
.integra {
color: #445c97;
}
.air-blue {
color: #6ba1c2;
}
.vanilla-pudding {
color: #f9e46c;
}
.meat {
color: #f27d7f;
}
/* CSS Variables */
:root {
--underwater-realm:#292c65;
--integra:#445c97;
--air-blue:#6ba1c2;
--vanilla-pudding:#f9e46c;
--meat:#f27d7f;
}