Color names in this palette
CSS code for this palette
/* CSS */
.ocean-call {
color: #2a6b8d;
}
.pottery-blue {
color: #4fa7bf;
}
.sky-of-ocean {
color: #82d0e8;
}
.creamy-sweet-corn {
color: #f6c34c;
}
.sun-orange {
color: #f47b1f;
}
/* CSS Variables */
:root {
--ocean-call:#2a6b8d;
--pottery-blue:#4fa7bf;
--sky-of-ocean:#82d0e8;
--creamy-sweet-corn:#f6c34c;
--sun-orange:#f47b1f;
}