Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a3c5e0;
}
.caribbean-sky {
color: #819cca;
}
.andrea-blue {
color: #497cda;
}
.adventure-of-the-seas {
color: #2f5dac;
}
.olympian-blue {
color: #1a4a89;
}
/* CSS Variables */
:root {
--sea-cliff:#a3c5e0;
--caribbean-sky:#819cca;
--andrea-blue:#497cda;
--adventure-of-the-seas:#2f5dac;
--olympian-blue:#1a4a89;
}