Color names in this palette
CSS code for this palette
/* CSS */
.havana-blue {
color: #a7dae6;
}
.antique-cameo {
color: #f5b8a3;
}
.pale-gold {
color: #fde06d;
}
.absolute-apricot {
color: #ff9a42;
}
.melondrama {
color: #f28069;
}
/* CSS Variables */
:root {
--havana-blue:#a7dae6;
--antique-cameo:#f5b8a3;
--pale-gold:#fde06d;
--absolute-apricot:#ff9a42;
--melondrama:#f28069;
}