Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f6a9a2;
}
.venetian-yellow {
color: #f7e1a1;
}
.mint-macaron {
color: #afeeee;
}
.blue-heaven {
color: #5b7f95;
}
.deep-ultramarine {
color: #3e4b8e;
}
/* CSS Variables */
:root {
--calabrese:#f6a9a2;
--venetian-yellow:#f7e1a1;
--mint-macaron:#afeeee;
--blue-heaven:#5b7f95;
--deep-ultramarine:#3e4b8e;
}