Color names in this palette
CSS code for this palette
/* CSS */
.atlantic-ocean {
color: #a9d9e5;
}
.sea-capture {
color: #5cbbe0;
}
.dayflower {
color: #389ad6;
}
.blue-vacation {
color: #1c7ab5;
}
.seashell-cove {
color: #0e4a7c;
}
/* CSS Variables */
:root {
--atlantic-ocean:#a9d9e5;
--sea-capture:#5cbbe0;
--dayflower:#389ad6;
--blue-vacation:#1c7ab5;
--seashell-cove:#0e4a7c;
}