Color names in this palette
CSS code for this palette
/* CSS */
.blue-leviathan {
color: #00295c;
}
.impulse {
color: #005a8a;
}
.stomy-shower {
color: #0086b3;
}
.iris-blue {
color: #00b2d1;
}
.aztec-turquoise {
color: #00d9e0;
}
/* CSS Variables */
:root {
--blue-leviathan:#00295c;
--impulse:#005a8a;
--stomy-shower:#0086b3;
--iris-blue:#00b2d1;
--aztec-turquoise:#00d9e0;
}