Color names in this palette
CSS code for this palette
/* CSS */
.krishna-blue {
color: #00aeff;
}
.benzol-green {
color: #00e677;
}
.hollandaise {
color: #ffec3d;
}
.sasquatch-socks {
color: #ff4281;
}
.rosso-corsa {
color: #d60000;
}
/* CSS Variables */
:root {
--krishna-blue:#00aeff;
--benzol-green:#00e677;
--hollandaise:#ffec3d;
--sasquatch-socks:#ff4281;
--rosso-corsa:#d60000;
}