Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.apricot-gelato {
color: #f6d6b1;
}
.venetian-yellow {
color: #f8e2a0;
}
.cactus-spike {
color: #c3e0a3;
}
.shallow-shoal {
color: #9fd6d3;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--apricot-gelato:#f6d6b1;
--venetian-yellow:#f8e2a0;
--cactus-spike:#c3e0a3;
--shallow-shoal:#9fd6d3;
}