Color names in this palette
CSS code for this palette
/* CSS */
.revel-blue {
color: #4c6b8a;
}
.post-boy {
color: #7899ab;
}
.airborne {
color: #a1c1d4;
}
.coastal-breeze {
color: #e2f7f8;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--revel-blue:#4c6b8a;
--post-boy:#7899ab;
--airborne:#a1c1d4;
--coastal-breeze:#e2f7f8;
--apricot-glazed-chicken:#f5a524;
}