Color names in this palette
CSS code for this palette
/* CSS */
.theatre-blue {
color: #1e497b;
}
.storm-blue {
color: #4f7c9c;
}
.tennis-blue {
color: #7db4c5;
}
.cruise {
color: #b5e3d6;
}
.ride-off-into-the-sunset {
color: #f1d25f;
}
/* CSS Variables */
:root {
--theatre-blue:#1e497b;
--storm-blue:#4f7c9c;
--tennis-blue:#7db4c5;
--cruise:#b5e3d6;
--ride-off-into-the-sunset:#f1d25f;
}