Color names in this palette
CSS code for this palette
/* CSS */
.after-work-blue {
color: #1d2a6d;
}
.unity {
color: #2a4b92;
}
.boat-house {
color: #4b8bc3;
}
.malibu {
color: #6ab8e2;
}
.invigorating {
color: #f1e9b6;
}
/* CSS Variables */
:root {
--after-work-blue:#1d2a6d;
--unity:#2a4b92;
--boat-house:#4b8bc3;
--malibu:#6ab8e2;
--invigorating:#f1e9b6;
}