Color names in this palette
CSS code for this palette
/* CSS */
.pismo-dunes {
color: #f6d6a2;
}
.precious-pink {
color: #f7b1b3;
}
.corinthian-pink {
color: #f8a5d3;
}
.bright-ube {
color: #d6a1e8;
}
.sky-high {
color: #aac2e9;
}
/* CSS Variables */
:root {
--pismo-dunes:#f6d6a2;
--precious-pink:#f7b1b3;
--corinthian-pink:#f8a5d3;
--bright-ube:#d6a1e8;
--sky-high:#aac2e9;
}