Color names in this palette
CSS code for this palette
/* CSS */
.ahriman-blue {
color: #1d9ebf;
}
.clean-pool {
color: #4ac8e8;
}
.turkish-turquoise {
color: #79e1f1;
}
.waterspout {
color: #a2f6f3;
}
.ice {
color: #d7f9f9;
}
/* CSS Variables */
:root {
--ahriman-blue:#1d9ebf;
--clean-pool:#4ac8e8;
--turkish-turquoise:#79e1f1;
--waterspout:#a2f6f3;
--ice:#d7f9f9;
}