Color names in this palette
CSS code for this palette
/* CSS */
.vivid-burgundy {
color: #a41e34;
}
.lambent-lagoon {
color: #3d5b94;
}
.island-light {
color: #a6c6ed;
}
.american-yellow {
color: #f5b400;
}
.white {
color: #ffffff;
}
/* CSS Variables */
:root {
--vivid-burgundy:#a41e34;
--lambent-lagoon:#3d5b94;
--island-light:#a6c6ed;
--american-yellow:#f5b400;
--white:#ffffff;
}