Color names in this palette
CSS code for this palette
/* CSS */
.antilles-blue {
color: #3a5e8d;
}
.prompt {
color: #5a81b5;
}
.goluboy-blue {
color: #8cb8de;
}
.shrimp-cocktail {
color: #f4a462;
}
.entan-red {
color: #f06d4c;
}
/* CSS Variables */
:root {
--antilles-blue:#3a5e8d;
--prompt:#5a81b5;
--goluboy-blue:#8cb8de;
--shrimp-cocktail:#f4a462;
--entan-red:#f06d4c;
}