Color names in this palette
CSS code for this palette
/* CSS */
.ocean-call {
color: #2a698d;
}
.viking {
color: #4eb0c6;
}
.atmospheric-soft-blue {
color: #a9e1f4;
}
.rayo-de-sol {
color: #f5c656;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--ocean-call:#2a698d;
--viking:#4eb0c6;
--atmospheric-soft-blue:#a9e1f4;
--rayo-de-sol:#f5c656;
--grapefruit-pulp:#ff6e61;
}