Color names in this palette
CSS code for this palette
/* CSS */
.roseberry {
color: #f7a8a1;
}
.apricot-obsession {
color: #f9c3b4;
}
.turkscap {
color: #f4d7be;
}
.ethereal-green {
color: #f1e7c6;
}
.frozen-civilization {
color: #def7e4;
}
/* CSS Variables */
:root {
--roseberry:#f7a8a1;
--apricot-obsession:#f9c3b4;
--turkscap:#f4d7be;
--ethereal-green:#f1e7c6;
--frozen-civilization:#def7e4;
}