Color names in this palette
CSS code for this palette
/* CSS */
.ocean-call {
color: #2e6b8e;
}
.mountain-bluebird {
color: #4b9abe;
}
.atlantic-ocean {
color: #a4d7e5;
}
.squash-blossom {
color: #f6b83c;
}
.orangeade {
color: #e04f38;
}
/* CSS Variables */
:root {
--ocean-call:#2e6b8e;
--mountain-bluebird:#4b9abe;
--atlantic-ocean:#a4d7e5;
--squash-blossom:#f6b83c;
--orangeade:#e04f38;
}