Color names in this palette
CSS code for this palette
/* CSS */
.light-budgie-blue {
color: #a0d5e9;
}
.young-bamboo {
color: #6dba8b;
}
.lighthouse-glow {
color: #f9d467;
}
.meat {
color: #f2817d;
}
.crown-blue {
color: #4a4e68;
}
/* CSS Variables */
:root {
--light-budgie-blue:#a0d5e9;
--young-bamboo:#6dba8b;
--lighthouse-glow:#f9d467;
--meat:#f2817d;
--crown-blue:#4a4e68;
}