Color names in this palette
CSS code for this palette
/* CSS */
.royal-palm {
color: #3e8e81;
}
.bath-turquoise {
color: #61b8a9;
}
.cold-blue {
color: #89e1d9;
}
.carla {
color: #f3f9c8;
}
.butterscotch {
color: #f9b248;
}
/* CSS Variables */
:root {
--royal-palm:#3e8e81;
--bath-turquoise:#61b8a9;
--cold-blue:#89e1d9;
--carla:#f3f9c8;
--butterscotch:#f9b248;
}