Color names in this palette
CSS code for this palette
/* CSS */
.antilles-blue {
color: #3b5f8c;
}
.tech-wave {
color: #4b7c9b;
}
.charter {
color: #6cb2d0;
}
.infinity-pool {
color: #92d4e8;
}
.eyelash-viper {
color: #f5c54d;
}
/* CSS Variables */
:root {
--antilles-blue:#3b5f8c;
--tech-wave:#4b7c9b;
--charter:#6cb2d0;
--infinity-pool:#92d4e8;
--eyelash-viper:#f5c54d;
}