Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b6;
}
.athena-pink {
color: #e8b0c4;
}
.fragrant-snowbell {
color: #d5c3d5;
}
.glacier-point {
color: #b3d5e6;
}
.overtone {
color: #a1e2b3;
}
/* CSS Variables */
:root {
--princess:#f1a7b6;
--athena-pink:#e8b0c4;
--fragrant-snowbell:#d5c3d5;
--glacier-point:#b3d5e6;
--overtone:#a1e2b3;
}