Color names in this palette
CSS code for this palette
/* CSS */
.goluboy-blue {
color: #89b4e1;
}
.may-day {
color: #4ccdc4;
}
.icy-lemonade {
color: #f6e8b1;
}
.roseberry {
color: #f7a7a1;
}
.entan-red {
color: #e76e50;
}
/* CSS Variables */
:root {
--goluboy-blue:#89b4e1;
--may-day:#4ccdc4;
--icy-lemonade:#f6e8b1;
--roseberry:#f7a7a1;
--entan-red:#e76e50;
}