Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f6a9a7;
}
.allspice {
color: #f9cca9;
}
.sun-drenched {
color: #ffe8a3;
}
.lolly-ice {
color: #a6d8d4;
}
.dragon-bay {
color: #5cad9b;
}
/* CSS Variables */
:root {
--calabrese:#f6a9a7;
--allspice:#f9cca9;
--sun-drenched:#ffe8a3;
--lolly-ice:#a6d8d4;
--dragon-bay:#5cad9b;
}