Color names in this palette
CSS code for this palette
/* CSS */
.pocket-lint {
color: #b4d4d9;
}
.emperor-s-children {
color: #f0a3b4;
}
.indian-yellow {
color: #e6a85b;
}
.just-about-green {
color: #e1e7d5;
}
.como {
color: #4f7d5d;
}
/* CSS Variables */
:root {
--pocket-lint:#b4d4d9;
--emperor-s-children:#f0a3b4;
--indian-yellow:#e6a85b;
--just-about-green:#e1e7d5;
--como:#4f7d5d;
}