Color names in this palette
CSS code for this palette
/* CSS */
.cry-baby-blue {
color: #c1d4e6;
}
.opulent-violet {
color: #a0a1c5;
}
.estuary-blue {
color: #6fa5b8;
}
.fire-flower {
color: #f68d37;
}
.highlighter-red {
color: #e2505c;
}
/* CSS Variables */
:root {
--cry-baby-blue:#c1d4e6;
--opulent-violet:#a0a1c5;
--estuary-blue:#6fa5b8;
--fire-flower:#f68d37;
--highlighter-red:#e2505c;
}