Color names in this palette
CSS code for this palette
/* CSS */
.ocean-call {
color: #2a698d;
}
.epimetheus {
color: #49b6d4;
}
.deep-aquamarine {
color: #75e1df;
}
.pale-turquoise {
color: #a7fbd7;
}
.yellowed-bone {
color: #f7f1c5;
}
/* CSS Variables */
:root {
--ocean-call:#2a698d;
--epimetheus:#49b6d4;
--deep-aquamarine:#75e1df;
--pale-turquoise:#a7fbd7;
--yellowed-bone:#f7f1c5;
}