Color names in this palette
CSS code for this palette
/* CSS */
.maritime-outpost {
color: #1c3e7d;
}
.prompt {
color: #5c7fb2;
}
.goluboy-blue {
color: #89b9e1;
}
.banana-boat {
color: #ffca38;
}
.sunset-blaze {
color: #e95e2f;
}
/* CSS Variables */
:root {
--maritime-outpost:#1c3e7d;
--prompt:#5c7fb2;
--goluboy-blue:#89b9e1;
--banana-boat:#ffca38;
--sunset-blaze:#e95e2f;
}