Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f6a8a2;
}
.apricot-gelato {
color: #f7d5b0;
}
.icy-lemonade {
color: #f6eab1;
}
.touch-of-turquoise {
color: #a3d1d1;
}
.rip-van-periwinkle {
color: #8da2d8;
}
/* CSS Variables */
:root {
--calabrese:#f6a8a2;
--apricot-gelato:#f7d5b0;
--icy-lemonade:#f6eab1;
--touch-of-turquoise:#a3d1d1;
--rip-van-periwinkle:#8da2d8;
}