Color names in this palette
CSS code for this palette
/* CSS */
.bright-midnight-blue {
color: #1e4d76;
}
.boat-house {
color: #4e8dc1;
}
.atlantic-ocean {
color: #a8d6e6;
}
.mountain-laurel {
color: #f6c6d7;
}
.prism-pink {
color: #f2a1c5;
}
/* CSS Variables */
:root {
--bright-midnight-blue:#1e4d76;
--boat-house:#4e8dc1;
--atlantic-ocean:#a8d6e6;
--mountain-laurel:#f6c6d7;
--prism-pink:#f2a1c5;
}