Color names in this palette
CSS code for this palette
/* CSS */
.prism-pink {
color: #f2a1c5;
}
.enjoyable-yellow {
color: #f6d6a7;
}
.terrace-pool {
color: #a3d6e0;
}
.aqua-wish {
color: #a3e1d2;
}
.august-morning {
color: #ffd89e;
}
/* CSS Variables */
:root {
--prism-pink:#f2a1c5;
--enjoyable-yellow:#f6d6a7;
--terrace-pool:#a3d6e0;
--aqua-wish:#a3e1d2;
--august-morning:#ffd89e;
}