Color names in this palette
CSS code for this palette
/* CSS */
.astral-spirit {
color: #90c3e9;
}
.antique-cameo {
color: #f0b6a3;
}
.hint-of-honey {
color: #fdd76d;
}
.bonfire {
color: #f77c59;
}
.raspberry-patch {
color: #a84d67;
}
/* CSS Variables */
:root {
--astral-spirit:#90c3e9;
--antique-cameo:#f0b6a3;
--hint-of-honey:#fdd76d;
--bonfire:#f77c59;
--raspberry-patch:#a84d67;
}