Color names in this palette
CSS code for this palette
/* CSS */
.newport-blue {
color: #1e89c8;
}
.sail-away {
color: #50b9e2;
}
.powder-blue {
color: #b1e0e7;
}
.sunset-gold {
color: #f6c460;
}
.fuego {
color: #f0542d;
}
/* CSS Variables */
:root {
--newport-blue:#1e89c8;
--sail-away:#50b9e2;
--powder-blue:#b1e0e7;
--sunset-gold:#f6c460;
--fuego:#f0542d;
}