Color names in this palette
CSS code for this palette
/* CSS */
.sea-capture {
color: #5ec0e4;
}
.ahriman-blue {
color: #1b9fc0;
}
.middle-green {
color: #4f8c5c;
}
.rosy-outlook {
color: #f7ab9c;
}
.eyelash-viper {
color: #f0c54c;
}
/* CSS Variables */
:root {
--sea-capture:#5ec0e4;
--ahriman-blue:#1b9fc0;
--middle-green:#4f8c5c;
--rosy-outlook:#f7ab9c;
--eyelash-viper:#f0c54c;
}