Color names in this palette
CSS code for this palette
/* CSS */
.como {
color: #4b7c5a;
}
.pale-green {
color: #6bae72;
}
.vista-blue {
color: #94d6b5;
}
.cymophane-yellow {
color: #f2e6a6;
}
.orange-pospsicle {
color: #f2a20d;
}
/* CSS Variables */
:root {
--como:#4b7c5a;
--pale-green:#6bae72;
--vista-blue:#94d6b5;
--cymophane-yellow:#f2e6a6;
--orange-pospsicle:#f2a20d;
}